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:
Jays2Kings 2021-04-08 15:48:38 -04:00
parent d13c551d9d
commit be88e53dc9

View File

@ -3,5 +3,6 @@
<corners
android:topLeftRadius="4dp"
android:topRightRadius="4dp" />
<size android:height="3dp"/>
<solid android:color="?attr/colorAccent" />
</shape>