From 3a87e83974adbfbbb5c091da5bcd52989769f2f1 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Sat, 8 Jul 2023 20:31:07 -0300 Subject: [PATCH] fix: fix CW's "Touch to show" button text not being the correct color cc: @sk22 --- mastodon/src/main/res/layout/display_item_text.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mastodon/src/main/res/layout/display_item_text.xml b/mastodon/src/main/res/layout/display_item_text.xml index 6553146c9..59b370118 100644 --- a/mastodon/src/main/res/layout/display_item_text.xml +++ b/mastodon/src/main/res/layout/display_item_text.xml @@ -156,6 +156,7 @@ android:layout_height="wrap_content" android:layout_marginTop="8dp" android:gravity="center_horizontal" + android:textColor="?android:textColorSecondary" android:text="@string/tap_to_reveal"/>