2512: Fix random tab colors (#4058)
Tries to fix the random colors for tabs on the bottom after #4051. Does not work yet: The "selected" color does not take effect.
This commit is contained in:
commit
8935b554d7
|
@ -69,11 +69,12 @@
|
||||||
|
|
||||||
<com.keylesspalace.tusky.view.AdaptiveTabLayout
|
<com.keylesspalace.tusky.view.AdaptiveTabLayout
|
||||||
android:id="@+id/bottomTabLayout"
|
android:id="@+id/bottomTabLayout"
|
||||||
|
style="@style/TuskyTabAppearance"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="?attr/actionBarSize"
|
android:layout_height="?attr/actionBarSize"
|
||||||
app:tabGravity="fill"
|
app:tabGravity="fill"
|
||||||
app:tabIndicatorGravity="top"
|
app:tabIndicatorGravity="top"
|
||||||
app:tabMode="scrollable" />
|
app:tabMode="scrollable"/>
|
||||||
|
|
||||||
</com.google.android.material.bottomappbar.BottomAppBar>
|
</com.google.android.material.bottomappbar.BottomAppBar>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue