mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-25 22:41:14 +01:00
Fixed tab indicator not showing
forgot to add the size into the drawable after I removed it from the styles oops
This commit is contained in:
parent
d13c551d9d
commit
be88e53dc9
@ -3,5 +3,6 @@
|
|||||||
<corners
|
<corners
|
||||||
android:topLeftRadius="4dp"
|
android:topLeftRadius="4dp"
|
||||||
android:topRightRadius="4dp" />
|
android:topRightRadius="4dp" />
|
||||||
|
<size android:height="3dp"/>
|
||||||
<solid android:color="?attr/colorAccent" />
|
<solid android:color="?attr/colorAccent" />
|
||||||
</shape>
|
</shape>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user