-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNavigation.txt
More file actions
executable file
·27 lines (24 loc) · 926 Bytes
/
Navigation.txt
File metadata and controls
executable file
·27 lines (24 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<android.support.design.widget.NavigationView
android:id="@+id/nav_view"
android:layout_width="wrap_content"
android:background="@color/naviga"
android:layout_height="match_parent"
android:layout_gravity="start"
app:itemTextColor="@color/white"
app:itemIconTint="@color/white"
android:fitsSystemWindows="true"
app:menu="@menu/activity_main_drawer" />
chú thích
<android.support.design.widget.NavigationView
android:id="@+id/nav_view"
android:layout_width="wrap_content"
// background
android:background="@color/naviga"
android:layout_height="match_parent"
android:layout_gravity="start"
// item text màu
app:itemTextColor="@color/white"
// item icon màu
app:itemIconTint="@color/white"
android:fitsSystemWindows="true"
app:menu="@menu/activity_main_drawer" />