diff options
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" |