Skip to content

Commit

Permalink
feat(capture-sdk): Add absolute widht to IBAN detected view
Browse files Browse the repository at this point in the history
- Add absolute width so it will not overlap with camera frame

PIA-4510
  • Loading branch information
abolfazlimahdi committed Oct 19, 2023
1 parent af01c8c commit 15a9def
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
<TextView
android:id="@+id/gc_iban_detected"
style="@style/GiniCaptureTheme.Typography.Caption1"
android:layout_width="wrap_content"
android:layout_width="190dp"
android:layout_height="wrap_content"
android:text="@string/gc_iban_detected_please_take_picture"
android:textColor="@color/gc_light_01"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
<TextView
android:id="@+id/gc_iban_detected"
style="@style/GiniCaptureTheme.Typography.Caption1"
android:layout_width="wrap_content"
android:layout_width="190dp"
android:layout_height="wrap_content"
android:text="@string/gc_iban_detected_please_take_picture"
android:textColor="@color/gc_light_01"
Expand Down
2 changes: 1 addition & 1 deletion capture-sdk/sdk/src/main/res/layout/gc_fragment_camera.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
<TextView
android:id="@+id/gc_iban_detected"
style="@style/GiniCaptureTheme.Typography.Caption1"
android:layout_width="wrap_content"
android:layout_width="190dp"
android:layout_height="wrap_content"
android:text="@string/gc_iban_detected_please_take_picture"
android:textColor="@color/gc_light_01"
Expand Down

0 comments on commit 15a9def

Please sign in to comment.