From bbd5e1f45effb77291f3ca84b39f409a07bb40de Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Tue, 8 Nov 2022 21:57:22 +0800 Subject: [PATCH] update qrcode ui --- app/src/main/res/layout/custom_capture_activity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/custom_capture_activity.xml b/app/src/main/res/layout/custom_capture_activity.xml index 8ac3595..63729f3 100644 --- a/app/src/main/res/layout/custom_capture_activity.xml +++ b/app/src/main/res/layout/custom_capture_activity.xml @@ -35,7 +35,7 @@ android:id="@+id/scanQrTitleLabel" android:text="sample label" android:gravity="center_horizontal" - android:layout_marginTop="210dp" + android:layout_marginTop="20dp" android:layout_width="match_parent" android:layout_height="match_parent" app:layout_constraintLeft_toLeftOf="parent"