mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 19:12:45 +01:00
Fix Dark elements in Dark Theme
This commit is contained in:
parent
81e08d0cc4
commit
7d5197e6fd
@ -28,8 +28,8 @@
|
||||
android:id="@+id/tabs"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:tabTextColor="@color/modeColor"
|
||||
app:tabIndicatorColor="@color/modeColor" />
|
||||
app:tabTextColor="@color/white"
|
||||
app:tabIndicatorColor="@color/white" />
|
||||
|
||||
</com.google.android.material.appbar.AppBarLayout>
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user