#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
1 changed files with 2 additions and 1 deletions

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"