diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-09-05 03:47:04 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-09-05 03:47:04 +0000 |
commit | 2d0675202f402bfde2ddd5f8572d1bfd5d76f91f (patch) | |
tree | b8e2f048e973b6f5c08f2160da80c2c5cd224523 /app/src/main/res/layout/activity_post_video.xml | |
parent | ca42beeb17cfd1dbc99535809001b0316b79dd62 (diff) | |
download | infinity-for-reddit-2d0675202f402bfde2ddd5f8572d1bfd5d76f91f.tar infinity-for-reddit-2d0675202f402bfde2ddd5f8572d1bfd5d76f91f.tar.gz infinity-for-reddit-2d0675202f402bfde2ddd5f8572d1bfd5d76f91f.tar.bz2 infinity-for-reddit-2d0675202f402bfde2ddd5f8572d1bfd5d76f91f.tar.lz infinity-for-reddit-2d0675202f402bfde2ddd5f8572d1bfd5d76f91f.tar.xz infinity-for-reddit-2d0675202f402bfde2ddd5f8572d1bfd5d76f91f.tar.zst infinity-for-reddit-2d0675202f402bfde2ddd5f8572d1bfd5d76f91f.zip |
Start adding contentDescription for image views.
Diffstat (limited to 'app/src/main/res/layout/activity_post_video.xml')
-rw-r--r-- | app/src/main/res/layout/activity_post_video.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_post_video.xml b/app/src/main/res/layout/activity_post_video.xml index 83081e3c..f84b84fe 100644 --- a/app/src/main/res/layout/activity_post_video.xml +++ b/app/src/main/res/layout/activity_post_video.xml @@ -233,6 +233,7 @@ android:layout_height="wrap_content" android:padding="16dp" android:src="@drawable/ic_outline_add_a_photo_24dp" + android:contentDescription="@string/content_description_record_video" app:useCompatPadding="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@+id/select_from_library_fab_post_video_activity" @@ -246,6 +247,7 @@ android:layout_height="wrap_content" android:padding="16dp" android:src="@drawable/ic_outline_select_photo_24dp" + android:contentDescription="@string/content_description_select_video" app:useCompatPadding="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" |