Align counter text with heading text (#7392)
This commit is contained in:
parent
1528cde0e0
commit
7e449484a7
|
@ -52,11 +52,12 @@
|
|||
android:id="@+id/numNewItemsLabel"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginVertical="12dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:paddingBottom="1sp"
|
||||
android:background="@drawable/bg_pill"
|
||||
android:paddingHorizontal="8dp"
|
||||
android:paddingBottom="1sp"
|
||||
android:textAlignment="center"
|
||||
android:textColor="?attr/colorPrimary"
|
||||
android:textSize="16sp"
|
||||
|
|
Loading…
Reference in New Issue