Better center number in 'new' pill (#6831)
This commit is contained in:
parent
d39ddaa113
commit
4e4b6062ac
|
@ -56,6 +56,7 @@
|
||||||
android:layout_marginStart="8dp"
|
android:layout_marginStart="8dp"
|
||||||
android:background="@drawable/bg_pill"
|
android:background="@drawable/bg_pill"
|
||||||
android:paddingHorizontal="8dp"
|
android:paddingHorizontal="8dp"
|
||||||
|
android:paddingBottom="1sp"
|
||||||
android:textAlignment="center"
|
android:textAlignment="center"
|
||||||
android:textColor="?attr/colorPrimary"
|
android:textColor="?attr/colorPrimary"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
|
|
Loading…
Reference in New Issue