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

Merged
r-ca merged 1 commits from rca/test into main 2023-12-18 07:38:32 +00:00

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"