1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00

Fix Dark elements in Dark Theme

This commit is contained in:
krlvm 2021-03-27 19:15:53 +03:00
parent 81e08d0cc4
commit 7d5197e6fd
No known key found for this signature in database
GPG Key ID: B8552A91FD265536
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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" />