UI調整
This commit is contained in:
		
							parent
							
								
									f9804c1569
								
							
						
					
					
						commit
						76bd76d915
					
				@ -4,18 +4,21 @@
 | 
				
			|||||||
    android:layout_width="match_parent"
 | 
					    android:layout_width="match_parent"
 | 
				
			||||||
    android:layout_height="match_parent"
 | 
					    android:layout_height="match_parent"
 | 
				
			||||||
    android:orientation="vertical"
 | 
					    android:orientation="vertical"
 | 
				
			||||||
    tools:context=".SettingFragment" >
 | 
					    tools:context=".SettingFragment"
 | 
				
			||||||
 | 
					    android:padding="16dp">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <Button
 | 
					    <Button
 | 
				
			||||||
        android:id="@+id/button_print_qr"
 | 
					        android:id="@+id/button_print_qr"
 | 
				
			||||||
        android:layout_width="match_parent"
 | 
					        android:layout_width="match_parent"
 | 
				
			||||||
        android:layout_height="wrap_content"
 | 
					        android:layout_height="wrap_content"
 | 
				
			||||||
        android:text="QRコード印刷" />
 | 
					        android:text="QRコード印刷"
 | 
				
			||||||
 | 
					        android:layout_marginVertical="8dp"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <Button
 | 
					    <Button
 | 
				
			||||||
        android:id="@+id/button_bluetooth_setting"
 | 
					        android:id="@+id/button_bluetooth_setting"
 | 
				
			||||||
        android:layout_width="match_parent"
 | 
					        android:layout_width="match_parent"
 | 
				
			||||||
        android:layout_height="wrap_content"
 | 
					        android:layout_height="wrap_content"
 | 
				
			||||||
        android:text="Bluetooth設定" />
 | 
					        android:text="Bluetooth設定"
 | 
				
			||||||
 | 
					        android:layout_marginVertical="8dp"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</LinearLayout>
 | 
					</LinearLayout>
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user