feat(accessibility): add contentDesc/toolTip to poll options
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user