mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-17 17:38:29 +00:00
Fixed log tabbar titles having wrong color
This commit is contained in:
parent
258f170cd7
commit
cda14af208
@ -1,5 +1,6 @@
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
@ -12,10 +13,10 @@
|
||||
android:elevation="4dp"
|
||||
android:visibility="gone"
|
||||
app:tabPaddingEnd="20dp"
|
||||
app:tabPaddingStart="20dp">
|
||||
|
||||
</com.google.android.material.tabs.TabLayout>
|
||||
|
||||
app:tabPaddingStart="20dp"
|
||||
app:tabSelectedTextColor="@android:color/white"
|
||||
app:tabTextColor="@android:color/secondary_text_dark"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<androidx.viewpager.widget.ViewPager
|
||||
android:id="@+id/container"
|
||||
|
Loading…
x
Reference in New Issue
Block a user