ボタンを縦方向で中央揃えした
This commit is contained in:
parent
ea03e9cc7d
commit
5e08eee255
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user