feat(compose): add toolTip/ContentDescription to error icon

This commit is contained in:
FineFindus 2023-01-09 20:19:29 +01:00
parent 747439999d
commit 369902ffe5
No known key found for this signature in database
GPG Key ID: 64873EE210FF8E6B
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,8 @@
<ImageView
android:id="@+id/send_error"
android:tooltipText="@string/sk_sending_error"
android:contentDescription="@string/sk_sending_error"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"

View File

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