Minor style tweaks

This commit is contained in:
arkon
2020-04-18 19:05:19 -04:00
parent 6c14402992
commit 29e453c201
3 changed files with 22 additions and 11 deletions

View File

@@ -19,16 +19,9 @@
<com.google.android.material.tabs.TabLayout
android:id="@+id/tabs"
style="@style/Widget.MaterialComponents.TabLayout.Colored"
style="@style/Theme.Widget.Tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabGravity="center"
app:tabIndicator="@drawable/tab_indicator"
app:tabIndicatorFullWidth="false"
app:tabIndicatorHeight="3dp"
app:tabInlineLabel="true"
app:tabMinWidth="75dp"
app:tabMode="scrollable" />
android:layout_height="wrap_content" />
</eu.kanade.tachiyomi.widget.ElevationAppBarLayout>