feat(compose): add toolTip/ContentDescription to error icon
This commit is contained in:
@@ -18,6 +18,8 @@
|
|||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/send_error"
|
android:id="@+id/send_error"
|
||||||
|
android:tooltipText="@string/sk_sending_error"
|
||||||
|
android:contentDescription="@string/sk_sending_error"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
|
|||||||
@@ -140,4 +140,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>
|
<string name="sk_fab_compose">Compose</string>
|
||||||
|
<string name="sk_sending_error">Error publishing</string>
|
||||||
</resources>
|
</resources>
|
||||||
Reference in New Issue
Block a user