feat(accessibility): add contentDesc/toolTip to poll options
This commit is contained in:
parent
1c9e4fe561
commit
ddc4512116
|
@ -153,7 +153,7 @@
|
|||
android:layout_marginBottom="8dp"
|
||||
android:background="@drawable/bg_poll_option_clickable"
|
||||
android:outlineProvider="background"
|
||||
android:contentDescription="@string/poll_option_add"
|
||||
android:contentDescription="@string/sk_poll_option_add"
|
||||
android:elevation="2dp">
|
||||
<ImageView
|
||||
android:id="@+id/add_poll_option_icon"
|
||||
|
@ -161,7 +161,7 @@
|
|||
android:layout_height="24dp"
|
||||
android:layout_margin="16dp"
|
||||
android:tint="?colorDarkIcon"
|
||||
android:contentDescription="@string/poll_option_add"
|
||||
android:importantForAccessibility="no"
|
||||
android:src="@drawable/ic_fluent_add_circle_24_regular"/>
|
||||
</LinearLayout>
|
||||
<TextView
|
||||
|
|
Loading…
Reference in New Issue