From d159b8edc930a6c5340851f9d18a4f34d4f188e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20St=C3=BCrmer?= Date: Mon, 7 Nov 2022 20:18:33 +0100 Subject: [PATCH] #2177 enhance 'show more' visibility (#2765) --- app/src/main/res/layout/item_status_placeholder.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" />