#2177 enhance 'show more' visibility (#2765)

This commit is contained in:
Benjamin Stürmer 2022-11-07 20:18:33 +01:00 committed by GitHub
parent a64dee9be0
commit d159b8edc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/load_more_placeholder_text"
android:textSize="?attr/status_text_medium" />
android:textStyle="bold"
android:textSize="?attr/status_text_large" />
<ProgressBar
android:id="@+id/progressBar"