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" />