Skip to content

Commit 58786a2

Browse files
Merge pull request #853 from gini/PP-1898-Physical-keyboard-unable-to-focus-on-camera-screen-elements
Pp 1898 physical keyboard unable to focus on camera screen elements
2 parents 0d88791 + 4fc13fd commit 58786a2

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

capture-sdk/sdk/src/main/res/layout-land/gc_fragment_camera.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@
443443
android:id="@+id/gc_qr_code_education_compose_view"
444444
android:layout_width="0dp"
445445
android:layout_height="0dp"
446+
android:descendantFocusability="blocksDescendants"
446447
app:layout_constraintBottom_toBottomOf="parent"
447448
app:layout_constraintEnd_toEndOf="parent"
448449
app:layout_constraintStart_toStartOf="parent"

capture-sdk/sdk/src/main/res/layout-sw600dp-land/gc_fragment_camera.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@
405405
android:id="@+id/gc_qr_code_education_compose_view"
406406
android:layout_width="0dp"
407407
android:layout_height="0dp"
408+
android:descendantFocusability="blocksDescendants"
408409
app:layout_constraintBottom_toBottomOf="parent"
409410
app:layout_constraintEnd_toEndOf="parent"
410411
app:layout_constraintStart_toStartOf="parent"

capture-sdk/sdk/src/main/res/layout-sw600dp/gc_fragment_camera.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@
407407
android:id="@+id/gc_qr_code_education_compose_view"
408408
android:layout_width="0dp"
409409
android:layout_height="0dp"
410+
android:descendantFocusability="blocksDescendants"
410411
app:layout_constraintBottom_toBottomOf="parent"
411412
app:layout_constraintEnd_toEndOf="parent"
412413
app:layout_constraintStart_toStartOf="parent"

capture-sdk/sdk/src/main/res/layout/gc_fragment_camera.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@
425425
android:id="@+id/gc_qr_code_education_compose_view"
426426
android:layout_width="0dp"
427427
android:layout_height="0dp"
428+
android:descendantFocusability="blocksDescendants"
428429
app:layout_constraintBottom_toBottomOf="parent"
429430
app:layout_constraintEnd_toEndOf="parent"
430431
app:layout_constraintStart_toStartOf="parent"

0 commit comments

Comments
 (0)