From e94364ecf6ae893c9834b4c3cd68c2218f04d6a1 Mon Sep 17 00:00:00 2001 From: FineFindus Date: Tue, 16 May 2023 21:36:56 +0200 Subject: [PATCH] feat(settings): use default text size for switch summary --- mastodon/src/main/res/layout/item_settings_switch.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mastodon/src/main/res/layout/item_settings_switch.xml b/mastodon/src/main/res/layout/item_settings_switch.xml index 897639ace..217216845 100644 --- a/mastodon/src/main/res/layout/item_settings_switch.xml +++ b/mastodon/src/main/res/layout/item_settings_switch.xml @@ -32,6 +32,7 @@ android:singleLine="true" android:ellipsize="marquee" android:textColor="?android:textColorPrimary" + android:textSize="16sp" android:fadingEdge="horizontal" android:text=""/>