From 36564022779c4229c52684add05b811b263bbe84 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Wed, 20 Sep 2023 10:06:03 -0300 Subject: [PATCH] fix(compose): fix bottom bar icons tint This uses the action_bar_icons.xml color scheme to dictate the colors of the compose bottom bar items --- mastodon/src/main/res/layout/fragment_compose.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/mastodon/src/main/res/layout/fragment_compose.xml b/mastodon/src/main/res/layout/fragment_compose.xml index ce651ed41..c68b55345 100644 --- a/mastodon/src/main/res/layout/fragment_compose.xml +++ b/mastodon/src/main/res/layout/fragment_compose.xml @@ -467,6 +467,8 @@ android:padding="0px" android:contentDescription="@string/add_media" android:tooltipText="@string/add_media" + android:tint="@color/action_bar_icons" + android:tintMode="src_in" android:src="@drawable/ic_fluent_image_add_24_regular"/> @@ -535,7 +547,7 @@ android:layout_marginEnd="24dp" android:background="?android:attr/selectableItemBackgroundBorderless" android:padding="0px" - android:tint="@color/compose_button" + android:tint="@color/action_bar_icons" android:tintMode="src_in" android:contentDescription="@string/more_options" android:tooltipText="@string/more_options"