Fix Dark elements in Dark Theme
This commit is contained in:
parent
81e08d0cc4
commit
7d5197e6fd
|
@ -28,8 +28,8 @@
|
||||||
android:id="@+id/tabs"
|
android:id="@+id/tabs"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
app:tabTextColor="@color/modeColor"
|
app:tabTextColor="@color/white"
|
||||||
app:tabIndicatorColor="@color/modeColor" />
|
app:tabIndicatorColor="@color/white" />
|
||||||
|
|
||||||
</com.google.android.material.appbar.AppBarLayout>
|
</com.google.android.material.appbar.AppBarLayout>
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,8 @@
|
||||||
android:layout_alignParentTop="true"
|
android:layout_alignParentTop="true"
|
||||||
android:background="?attr/colorPrimary"
|
android:background="?attr/colorPrimary"
|
||||||
app:tabRippleColor="@color/white"
|
app:tabRippleColor="@color/white"
|
||||||
app:tabIconTint="@color/modeColor"
|
app:tabIconTint="@color/white"
|
||||||
app:tabIndicatorColor="@color/modeColor"
|
app:tabIndicatorColor="@color/white"
|
||||||
app:tabGravity="fill"
|
app:tabGravity="fill"
|
||||||
app:tabMinWidth="60dp" />
|
app:tabMinWidth="60dp" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue