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:
UlrichKu 2023-10-11 23:11:49 +02:00 committed by GitHub
commit 8935b554d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -69,11 +69,12 @@
<com.keylesspalace.tusky.view.AdaptiveTabLayout
android:id="@+id/bottomTabLayout"
style="@style/TuskyTabAppearance"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:tabGravity="fill"
app:tabIndicatorGravity="top"
app:tabMode="scrollable" />
app:tabMode="scrollable"/>
</com.google.android.material.bottomappbar.BottomAppBar>