Skip to content

Commit 7ca089b

Browse files
committed
Update section about a11y
1 parent 1c2997e commit 7ca089b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ The string will be removed during the next sync with Weblate.
148148

149149
Please consider accessibility as an important point. As a minimum requirement, in layout XML files please use attributes such as `android:contentDescription` and `android:importantForAccessibility`, and test with a screen reader if it's working well. You can add new string resources, dedicated to accessibility, in this case, please prefix theirs id with `a11y_`.
150150

151+
For instance, when updating the image `src` of an ImageView, please also consider updating its `contentDescription`. A good example is a play pause button.
152+
151153
### Layout
152154

153155
When adding or editing layouts, make sure the layout will render correctly if device uses a RTL (Right To Left) language.

0 commit comments

Comments
 (0)