Skip to content

Commit

Permalink
fix(capture-sdk): Increase flash\import buttons size
Browse files Browse the repository at this point in the history
PP-548
  • Loading branch information
jackkray committed Sep 16, 2024
1 parent 645c446 commit c62c6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions capture-sdk/sdk/src/main/res/layout/gc_fragment_camera.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<ImageButton
android:id="@+id/gc_button_camera_flash"
android:layout_width="@dimen/gc_large_48"
android:layout_height="wrap_content"
android:layout_height="@dimen/gc_large_48"
android:layout_gravity="center"
android:background="@null"
android:clickable="false"
Expand Down Expand Up @@ -183,7 +183,7 @@
<ImageButton
android:id="@+id/gc_button_import_document"
android:layout_width="@dimen/gc_large_48"
android:layout_height="wrap_content"
android:layout_height="@dimen/gc_large_48"
android:background="@null"
android:clickable="false"
android:scaleType="centerInside"
Expand Down

0 comments on commit c62c6ef

Please sign in to comment.