Update UI: header image

This commit is contained in:
yuhan6665
2023-08-06 21:53:14 -04:00
parent 32b9e4855c
commit b4f2af2778
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -3,7 +3,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/nav_header_bg"
android:background="@drawable/nav_header_bg_white"
android:gravity="center"
android:orientation="vertical"
android:paddingBottom="@dimen/activity_vertical_margin"
@@ -18,7 +18,7 @@
android:layout_gravity="center"
android:paddingTop="@dimen/nav_header_vertical_spacing"
android:text="@string/app_name"
android:textColor="@color/white"
android:textColor="@color/colorText"
android:textAppearance="@style/TextAppearance.AppCompat.Display1" />