From 93ca187f1cb0ef7a68252e94fac3cb99d23ae57c Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Mon, 4 Sep 2023 07:56:17 -0300 Subject: [PATCH] fix: use bigger bot icon on header display item --- mastodon/src/main/res/layout/display_item_header.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/src/main/res/layout/display_item_header.xml b/mastodon/src/main/res/layout/display_item_header.xml index b89d32c0e..f3d18d939 100644 --- a/mastodon/src/main/res/layout/display_item_header.xml +++ b/mastodon/src/main/res/layout/display_item_header.xml @@ -182,7 +182,7 @@ android:visibility="gone" android:importantForAccessibility="no" android:contentDescription="@string/sk_icon_bot" - android:src="@drawable/ic_fluent_bot_16_filled" /> + android:src="@drawable/ic_fluent_bot_20_filled" />