Make the entry count text a bit smaller

This commit is contained in:
Alexander Bakker 2022-10-05 13:25:17 +02:00
parent c718ea79c5
commit ef2e803e04

View file

@ -10,6 +10,6 @@
android:padding="4dp"
android:layout_centerInParent="true"
android:textColor="@color/extra_info_text"
android:textSize="18sp" />
android:textSize="14sp" />
</RelativeLayout>