diff --git a/app/src/main/res/layout/item_status_placeholder.xml b/app/src/main/res/layout/item_status_placeholder.xml index 7f0408201..fdaeb9b37 100644 --- a/app/src/main/res/layout/item_status_placeholder.xml +++ b/app/src/main/res/layout/item_status_placeholder.xml @@ -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" />