feat(recycler_fragment_with_fab): add toolTip/ContentDescription

This commit is contained in:
FineFindus 2023-01-09 17:46:27 +01:00
parent 1bfbb4bf38
commit a5c1053c58
No known key found for this signature in database
GPG Key ID: 64873EE210FF8E6B
2 changed files with 6 additions and 1 deletions

View File

@ -20,6 +20,10 @@
android:layout_height="match_parent"
android:id="@+id/empty"/>
<ImageButton android:id="@+id/fab" style="@style/Widget.Mastodon.Button.Compose"/>
<ImageButton
android:contentDescription="@string/sk_fab_compose"
android:tooltipText="@string/sk_fab_compose"
android:id="@+id/fab"
style="@style/Widget.Mastodon.Button.Compose"/>
</FrameLayout>
</me.grishka.appkit.views.RecursiveSwipeRefreshLayout>

View File

@ -139,4 +139,5 @@
<!-- accessibility labels-->
<string name="sk_poll_option_add">Add new poll option</string>
<string name="sk_fab_compose">Compose</string>
</resources>