Remove reflection to show tracking checkmark

Icon now shows up on the left, but code is less fragile.
This commit is contained in:
arkon
2020-01-19 16:26:38 -05:00
parent 879d260202
commit 5bad914411
2 changed files with 6 additions and 13 deletions

View File

@@ -31,6 +31,7 @@
android:layout_height="wrap_content"
android:theme="@style/Theme.ActionBar.Tab"
app:tabIndicatorColor="@android:color/white"
app:tabInlineLabel="true"
app:tabGravity="center"
app:tabMode="scrollable"
app:tabMinWidth="75dp"/>