From 65acf5e0efa4cf123892db5798d0f14e4fd74b1a Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 23:54:50 +0000 Subject: [PATCH] Fix missing tooltipText for accept/reject buttons in item_discover_account.xml Co-authored-by: dlukt <201112286+dlukt@users.noreply.github.com> --- mastodon/src/main/res/layout/item_discover_account.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mastodon/src/main/res/layout/item_discover_account.xml b/mastodon/src/main/res/layout/item_discover_account.xml index 3b558fb0b..10046fd17 100644 --- a/mastodon/src/main/res/layout/item_discover_account.xml +++ b/mastodon/src/main/res/layout/item_discover_account.xml @@ -265,6 +265,7 @@ android:paddingEnd="16dp" android:drawablePadding="0dp" android:contentDescription="@string/sk_reject_follow_request" + android:tooltipText="@string/sk_reject_follow_request" android:drawableStart="@drawable/ic_fluent_dismiss_24_filled" android:singleLine="true" /> @@ -302,6 +303,7 @@ android:paddingEnd="16dp" android:drawablePadding="0dp" android:contentDescription="@string/sk_accept_follow_request" + android:tooltipText="@string/sk_accept_follow_request" android:drawableStart="@drawable/ic_fluent_checkmark_24_filled" android:singleLine="true" />