diff --git a/app/res/layout/activity_principal.xml b/app/res/layout/activity_principal.xml --- a/app/res/layout/activity_principal.xml +++ b/app/res/layout/activity_principal.xml @@ -30,14 +30,13 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="start" - android:background="?attr/colorPrimaryDark" - android:theme="@style/ThemeOverlay.AppCompat.Dark" + android:background="@color/grey_050" + android:theme="@style/ThemeOverlay.AppCompat.Light" app:headerLayout="@layout/nav_header" - app:insetForeground="@color/teal_200" - app:itemIconTint="@color/teal_200" + app:itemIconTint="@color/teal_500" app:itemTextAppearance="?android:attr/textAppearanceMedium" - app:itemTextColor="@android:color/white" + app:itemTextColor="@color/black_900" android:fitsSystemWindows="true" app:menu="@menu/drawer_main" /> \ No newline at end of file diff --git a/app/res/layout/nav_header.xml b/app/res/layout/nav_header.xml --- a/app/res/layout/nav_header.xml +++ b/app/res/layout/nav_header.xml @@ -3,7 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/teal_300" + android:background="?attr/colorPrimary" android:gravity="bottom" android:minHeight="120dp" android:orientation="vertical" @@ -26,8 +26,8 @@ android:text="@string/app_name_full" - android:textAppearance="@style/ThemeOverlay.AppCompat.Light" - android:textColor="#FFFFFF" + android:textAppearance="@style/TextAppearance.AppCompat.Title" + android:textColor="@color/white" android:textSize="20sp" /> @@ -21,6 +24,7 @@ #2060DD #FFFFFF #000000 + #1c1c1c @color/blue_mid_2 \ No newline at end of file