Updated Navigation view

This commit is contained in:
PeratX 2017-05-13 16:27:39 +08:00
parent 509fbd6293
commit f59458b16a
3 changed files with 2 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

View File

@ -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>

View File

@ -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"