diff --git a/mastodon/src/main/res/layout/alert_title_with_help.xml b/mastodon/src/main/res/layout/alert_title_with_help.xml index fec7ec04f..8912e8980 100644 --- a/mastodon/src/main/res/layout/alert_title_with_help.xml +++ b/mastodon/src/main/res/layout/alert_title_with_help.xml @@ -16,6 +16,7 @@ android:tint="@color/selectable_icon_tint" android:background="@drawable/bg_round_ripple" android:contentDescription="@string/help" + android:tooltipText="@string/help" android:src="@drawable/ic_fluent_question_circle_24_selector"/> diff --git a/mastodon/src/main/res/layout/sheet_photo_viewer_info.xml b/mastodon/src/main/res/layout/sheet_photo_viewer_info.xml index f9f3b2c98..0d74b2e6e 100644 --- a/mastodon/src/main/res/layout/sheet_photo_viewer_info.xml +++ b/mastodon/src/main/res/layout/sheet_photo_viewer_info.xml @@ -130,6 +130,7 @@ android:background="?android:actionBarItemBackground" android:tint="?colorM3OnSurfaceVariant" android:contentDescription="@string/help" + android:tooltipText="@string/help" android:src="@drawable/ic_help_24px"/>