Fix Dark elements in Light Theme

This commit is contained in:
krlvm 2021-03-27 17:45:49 +03:00
parent a9808628e9
commit a8de222577
288 changed files with 327 additions and 560 deletions

View file

@ -21,12 +21,15 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:theme="@style/ToolbarTheme"
app:layout_scrollFlags="scroll|enterAlways" />
<com.google.android.material.tabs.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
app:tabTextColor="@color/modeColor"
app:tabIndicatorColor="@color/modeColor" />
</com.google.android.material.appbar.AppBarLayout>