Merge pull request #1 from child-guardian/rca/test

ボタンを縦方向で中央揃えした
This commit is contained in:
Asura146 2023-12-18 16:38:32 +09:00 committed by GitHub
commit 62a024d1e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,21 +72,21 @@
<FrameLayout <FrameLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="match_parent"
android:layout_marginLeft="20dp" android:layout_marginLeft="20dp"
android:layout_marginRight="20dp" android:layout_marginRight="20dp"
android:background="@drawable/frame_style_button"> android:background="@drawable/frame_style_button">
<Button <Button
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginLeft="20dp" android:layout_marginLeft="20dp"
android:layout_marginTop="75dp"
android:layout_marginRight="20dp" android:layout_marginRight="20dp"
android:backgroundTint="#778899"
android:text="QRコード印刷" android:text="QRコード印刷"
android:textColor="@color/white" android:textColor="@color/white"
android:textSize="40dp" android:textSize="40dp" />
android:backgroundTint="#778899"/>
<!--<ImageView <!--<ImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"