Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Tweak tab indicator style

Cette révision appartient à :
arkon 2020-03-15 12:56:00 -04:00
Parent 0fa93cf615
révision 90396153f4
2 fichiers modifiés avec 10 ajouts et 0 suppressions

Voir le fichier

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners
android:topLeftRadius="4dp"
android:topRightRadius="4dp" />
<solid android:color="?attr/colorOnPrimary" />
</shape>

Voir le fichier

@ -29,6 +29,9 @@
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" />