From 4b6956135d4b959aa0439c6218834e181a7c9f0e Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Sat, 26 Aug 2023 17:10:53 -0300 Subject: [PATCH] fix: fix wrong Notifications tabbar icon Previously the notifications icon in the tabbar would be wrong when selected (Holy shit my english died right there) In any case, its different and looks better now --- .../drawable/ic_fluent_alert_24_selector_for_tabbar.xml | 8 ++++++++ mastodon/src/main/res/layout/tab_bar.xml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 mastodon/src/main/res/drawable/ic_fluent_alert_24_selector_for_tabbar.xml diff --git a/mastodon/src/main/res/drawable/ic_fluent_alert_24_selector_for_tabbar.xml b/mastodon/src/main/res/drawable/ic_fluent_alert_24_selector_for_tabbar.xml new file mode 100644 index 000000000..64e6a9d69 --- /dev/null +++ b/mastodon/src/main/res/drawable/ic_fluent_alert_24_selector_for_tabbar.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/mastodon/src/main/res/layout/tab_bar.xml b/mastodon/src/main/res/layout/tab_bar.xml index 1b034ae70..4a605f73e 100644 --- a/mastodon/src/main/res/layout/tab_bar.xml +++ b/mastodon/src/main/res/layout/tab_bar.xml @@ -116,7 +116,7 @@ android:scaleType="center" android:importantForAccessibility="no" android:tint="@color/tab_bar_icon" - android:src="@drawable/ic_fluent_alert_24_selector"/> + android:src="@drawable/ic_fluent_alert_24_selector_for_tabbar"/>