Fixes with colors

This commit is contained in:
tom79 2019-11-20 14:14:47 +01:00
parent 3781c39d0e
commit f93dad702a
2 changed files with 3 additions and 0 deletions

View File

@ -159,6 +159,8 @@
android:layout_height="match_parent"
android:layout_gravity="start"
android:fitsSystemWindows="false"
app:itemTextColor="?attr/textColor"
android:background="?colorPrimaryDark"
app:headerLayout="@layout/nav_header_main"
app:menu="@menu/activity_main_drawer" />

View File

@ -17,6 +17,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/container"
android:background="?colorPrimaryDark"
android:layout_width="match_parent"
android:layout_height="@dimen/nav_header_height">