Shrinking tab highlight indicator just a tad

This commit is contained in:
Jays2Kings 2021-04-08 15:48:53 -04:00
parent be88e53dc9
commit a5585f1d8c

View File

@ -6,7 +6,7 @@
<shape> <shape>
<corners android:radius="4dp" /> <corners android:radius="4dp" />
<solid android:color="@color/accent_alpha" /> <solid android:color="@color/accent_alpha" />
<size android:height="32sp"/> <size android:height="28sp"/>
</shape> </shape>
</item> </item>
</layer-list> </layer-list>