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

This commit is contained in:
FineFindus
2023-01-09 17:21:38 +01:00
parent 35299a7b3f
commit 1c9e4fe561
2 changed files with 5 additions and 3 deletions

View File

@@ -20,6 +20,7 @@
android:layout_height="24dp"
android:layout_margin="16dp"
android:tint="?colorDarkIcon"
android:importantForAccessibility="no"
android:src="@drawable/ic_fluent_circle_24_regular"/>
<EditText
android:id="@+id/edit"
@@ -41,6 +42,7 @@
android:layout_height="56dp"
android:scaleType="center"
android:tint="?colorDarkIcon"
android:contentDescription="@string/reorder"
android:src="@drawable/ic_fluent_re_order_dots_vertical_24_regular"/>
</LinearLayout>

View File

@@ -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_emoji_recent">Recently used</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>
<!-- accessibility labels-->
<string name="sk_poll_option_add">Add new poll option</string>
</resources>