Fix Dark elements in Dark Theme
This commit is contained in:
parent
0cebd7bb63
commit
34c34541aa
2 changed files with 4 additions and 4 deletions
|
|
@ -12,8 +12,8 @@
|
|||
android:layout_alignParentTop="true"
|
||||
android:background="?attr/colorPrimary"
|
||||
app:tabRippleColor="@color/white"
|
||||
app:tabIconTint="@color/modeColor"
|
||||
app:tabIndicatorColor="@color/modeColor"
|
||||
app:tabIconTint="@color/white"
|
||||
app:tabIndicatorColor="@color/white"
|
||||
app:tabGravity="fill"
|
||||
app:tabMinWidth="60dp" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue