Updated Navigation view
This commit is contained in:
parent
509fbd6293
commit
f59458b16a
BIN
app/src/main/res/drawable/nav_bg.png
Normal file
BIN
app/src/main/res/drawable/nav_bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 279 KiB |
@ -1,9 +0,0 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:startColor="#3218df"
|
||||
android:centerColor="#b712f9"
|
||||
android:endColor="#1eeacf"
|
||||
android:type="linear"
|
||||
android:angle="135"/>
|
||||
</shape>
|
@ -4,7 +4,7 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/nav_header_height"
|
||||
android:background="@drawable/side_nav_bar"
|
||||
android:background="@drawable/nav_bg"
|
||||
android:paddingBottom="@dimen/activity_vertical_margin"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin"
|
||||
android:paddingRight="@dimen/activity_horizontal_margin"
|
||||
@ -18,7 +18,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="@dimen/nav_header_vertical_spacing"
|
||||
app:srcCompat="@mipmap/ic_launcher"
|
||||
android:id="@+id/imageView"/>
|
||||
android:id="@+id/imageView_nav_icon"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
|
Loading…
Reference in New Issue
Block a user