feat(recycler_fragment_with_fab): add toolTip/ContentDescription
This commit is contained in:
@@ -20,6 +20,10 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:id="@+id/empty"/>
|
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>
|
</FrameLayout>
|
||||||
</me.grishka.appkit.views.RecursiveSwipeRefreshLayout>
|
</me.grishka.appkit.views.RecursiveSwipeRefreshLayout>
|
||||||
@@ -139,4 +139,5 @@
|
|||||||
|
|
||||||
<!-- accessibility labels-->
|
<!-- accessibility labels-->
|
||||||
<string name="sk_poll_option_add">Add new poll option</string>
|
<string name="sk_poll_option_add">Add new poll option</string>
|
||||||
|
<string name="sk_fab_compose">Compose</string>
|
||||||
</resources>
|
</resources>
|
||||||
Reference in New Issue
Block a user