ボタンを縦方向で中央揃えした

This commit is contained in:
ろむねこ 2023-12-18 16:35:36 +09:00
parent ea03e9cc7d
commit 5e08eee255
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

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