Align counter text with heading text (#7392)

This commit is contained in:
ByteHamster 2024-09-08 15:49:58 +02:00 committed by GitHub
parent 1528cde0e0
commit 7e449484a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -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"