Fix colors

This commit is contained in:
tom79 2019-11-12 18:49:20 +01:00
parent e43fbde6b8
commit 2866f00f3f
2 changed files with 4 additions and 2 deletions

View File

@ -27,11 +27,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fitsSystemWindows="true"
android:background="?backgroundColor"
>
<com.google.android.material.appbar.CollapsingToolbarLayout
android:layout_width="match_parent"
android:id="@+id/collapsingToolbarLayout"
android:layout_height="wrap_content"
android:fitsSystemWindows="true"
app:expandedTitleMarginStart="48dp"
@ -558,7 +560,7 @@
android:id="@+id/account_tabLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?colorPrimary"
android:background="?backgroundColor"
app:tabSelectedTextColor="?colorAccent"
app:tabMode="fixed"
app:tabGravity="fill" />

View File

@ -22,7 +22,7 @@
<com.google.android.material.tabs.TabLayout
android:id="@+id/tabLayout"
android:background="?colorPrimary"
android:background="?backgroundColor"
app:tabSelectedTextColor="?colorAccent"
android:layout_width="match_parent"
app:tabGravity="fill"