Skip to content

Commit f59458b

Browse files
committed
Updated Navigation view
1 parent 509fbd6 commit f59458b

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed
279 KB
Loading

app/src/main/res/drawable/side_nav_bar.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:app="http://schemas.android.com/apk/res-auto"
55
android:layout_width="match_parent"
66
android:layout_height="@dimen/nav_header_height"
7-
android:background="@drawable/side_nav_bar"
7+
android:background="@drawable/nav_bg"
88
android:paddingBottom="@dimen/activity_vertical_margin"
99
android:paddingLeft="@dimen/activity_horizontal_margin"
1010
android:paddingRight="@dimen/activity_horizontal_margin"
@@ -18,7 +18,7 @@
1818
android:layout_height="wrap_content"
1919
android:paddingTop="@dimen/nav_header_vertical_spacing"
2020
app:srcCompat="@mipmap/ic_launcher"
21-
android:id="@+id/imageView"/>
21+
android:id="@+id/imageView_nav_icon"/>
2222

2323
<TextView
2424
android:layout_width="match_parent"

0 commit comments

Comments
 (0)