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

@ -11,6 +11,8 @@
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:background="?attr/colorPrimary"
app:tabIconTint="@color/modeColor"
app:tabIndicatorColor="@color/modeColor"
app:tabGravity="fill"
app:tabMinWidth="60dp" />