Skip to content
This repository was archived by the owner on Aug 5, 2023. It is now read-only.

Commit 750cea1

Browse files
committed
Update activity_main.xml
1 parent e9984e0 commit 750cea1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/src/main/res/layout/activity_main.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@
1313
android:layout_width="match_parent"
1414
android:layout_height="match_parent" />
1515

16+
1617
<com.google.android.material.navigation.NavigationView
1718
android:id="@+id/nav_view"
1819
android:layout_width="wrap_content"
1920
android:layout_height="match_parent"
2021
android:layout_gravity="start"
2122
android:fitsSystemWindows="false"
22-
android:background="#EEEEEE"
23-
app:itemTextColor="@color/colorPrimary"
24-
app:itemIconTint="@color/colorPrimary"
23+
android:background="@color/colorPrimary"
24+
app:itemTextColor="@android:color/white"
25+
app:itemIconTint="@android:color/white"
2526
app:headerLayout="@layout/nav_header_main"
2627
app:menu="@menu/activity_main_drawer" />
2728

0 commit comments

Comments
 (0)