feat(accessibility): add contentDesc/toolTip to poll options

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

View File

@ -153,7 +153,7 @@
android:layout_marginBottom="8dp" android:layout_marginBottom="8dp"
android:background="@drawable/bg_poll_option_clickable" android:background="@drawable/bg_poll_option_clickable"
android:outlineProvider="background" android:outlineProvider="background"
android:contentDescription="@string/poll_option_add" android:contentDescription="@string/sk_poll_option_add"
android:elevation="2dp"> android:elevation="2dp">
<ImageView <ImageView
android:id="@+id/add_poll_option_icon" android:id="@+id/add_poll_option_icon"
@ -161,7 +161,7 @@
android:layout_height="24dp" android:layout_height="24dp"
android:layout_margin="16dp" android:layout_margin="16dp"
android:tint="?colorDarkIcon" android:tint="?colorDarkIcon"
android:contentDescription="@string/poll_option_add" android:importantForAccessibility="no"
android:src="@drawable/ic_fluent_add_circle_24_regular"/> android:src="@drawable/ic_fluent_add_circle_24_regular"/>
</LinearLayout> </LinearLayout>
<TextView <TextView