feat(accessibility): add contentDesc/toolTip to poll options
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
android:layout_height="24dp"
|
android:layout_height="24dp"
|
||||||
android:layout_margin="16dp"
|
android:layout_margin="16dp"
|
||||||
android:tint="?colorDarkIcon"
|
android:tint="?colorDarkIcon"
|
||||||
|
android:importantForAccessibility="no"
|
||||||
android:src="@drawable/ic_fluent_circle_24_regular"/>
|
android:src="@drawable/ic_fluent_circle_24_regular"/>
|
||||||
<EditText
|
<EditText
|
||||||
android:id="@+id/edit"
|
android:id="@+id/edit"
|
||||||
@@ -41,6 +42,7 @@
|
|||||||
android:layout_height="56dp"
|
android:layout_height="56dp"
|
||||||
android:scaleType="center"
|
android:scaleType="center"
|
||||||
android:tint="?colorDarkIcon"
|
android:tint="?colorDarkIcon"
|
||||||
|
android:contentDescription="@string/reorder"
|
||||||
android:src="@drawable/ic_fluent_re_order_dots_vertical_24_regular"/>
|
android:src="@drawable/ic_fluent_re_order_dots_vertical_24_regular"/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
@@ -135,8 +135,8 @@
|
|||||||
<string name="sk_no_image_desc">The included images have no description. Please consider adding one, to allow visually impaired people to participate.</string>
|
<string name="sk_no_image_desc">The included images have no description. Please consider adding one, to allow visually impaired people to participate.</string>
|
||||||
<string name="sk_emoji_recent">Recently used</string>
|
<string name="sk_emoji_recent">Recently used</string>
|
||||||
<string name="sk_clear_recent_emoji">Clear recently used emoji</string>
|
<string name="sk_clear_recent_emoji">Clear recently used emoji</string>
|
||||||
|
|
||||||
<!-- accessibility labels-->
|
|
||||||
<string name="poll_option_add">Add new poll option</string>
|
|
||||||
<string name="sk_disable_relocate_publish_button_to_enable_customization">Disable "Relocate publish button" to allow customization</string>
|
<string name="sk_disable_relocate_publish_button_to_enable_customization">Disable "Relocate publish button" to allow customization</string>
|
||||||
|
|
||||||
|
<!-- accessibility labels-->
|
||||||
|
<string name="sk_poll_option_add">Add new poll option</string>
|
||||||
</resources>
|
</resources>
|
||||||
Reference in New Issue
Block a user