From 2bbcae9fc61a703c8f6a5c0b86a504f0d8ebf3b7 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Thu, 15 Jun 2023 15:19:20 -0300 Subject: [PATCH] feat: use correct coloring for new exclusive list explanation cc: @sk22 --- mastodon/src/main/res/layout/list_timeline_editor.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mastodon/src/main/res/layout/list_timeline_editor.xml b/mastodon/src/main/res/layout/list_timeline_editor.xml index 31362bd4f..878f85d28 100644 --- a/mastodon/src/main/res/layout/list_timeline_editor.xml +++ b/mastodon/src/main/res/layout/list_timeline_editor.xml @@ -86,6 +86,7 @@ android:layout_height="wrap_content" android:layout_marginHorizontal="24dp" android:layout_marginBottom="8dp" + android:textColor="?android:textColorSecondary" android:textSize="14sp" android:text="@string/sk_list_exclusive_switch_explanation" /> \ No newline at end of file