Skip to content

Commit

Permalink
2512: Fix random tab colors (#4058)
Browse files Browse the repository at this point in the history
Tries to fix the random colors for tabs on the bottom after #4051.

Does not work yet: The "selected" color does not take effect.
  • Loading branch information
Lakoja authored Oct 11, 2023
2 parents a39d210 + 948d3b3 commit 8935b55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 8935b55

Please sign in to comment.