Skip to content

Commit

Permalink
Merge pull request #525 from gini/PP-688_-Accessibility-Android-Scree…
Browse files Browse the repository at this point in the history
…n-Reader-(Talk-Back)-problems

fix(capture-sdk) Add contentDescription for tablet layouts
  • Loading branch information
GeraltRiv authored Aug 9, 2024
2 parents cf99dc1 + fca135e commit 86a1136
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
android:clickable="false"
android:scaleType="centerInside"
android:src="@drawable/gc_camera_flash_on"
android:contentDescription="@string/gc_flash_button"
app:layout_constraintBottom_toTopOf="@id/gc_camera_flash_button_subtitle"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down Expand Up @@ -183,6 +184,7 @@
android:background="@null"
android:clickable="false"
android:scaleType="centerInside"
android:contentDescription="@string/gc_camera_document_import_subtitle"
android:src="@drawable/gc_document_import_icon" />

<TextView
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
android:clickable="false"
android:scaleType="centerInside"
android:src="@drawable/gc_camera_flash_on"
android:contentDescription="@string/gc_flash_button"
app:layout_constraintBottom_toTopOf="@id/gc_camera_flash_button_subtitle"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down Expand Up @@ -183,6 +184,7 @@
android:background="@null"
android:clickable="false"
android:scaleType="centerInside"
android:contentDescription="@string/gc_camera_document_import_subtitle"
android:src="@drawable/gc_document_import_icon" />

<TextView
Expand Down

0 comments on commit 86a1136

Please sign in to comment.