mirror of
				https://github.com/bspeice/itcs4180
				synced 2025-11-03 09:50:40 -05:00 
			
		
		
		
	Compass and scan buttons are now the same size
This commit is contained in:
		@ -48,14 +48,14 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            <Button
 | 
					            <Button
 | 
				
			||||||
                android:id="@+id/compassButton"
 | 
					                android:id="@+id/compassButton"
 | 
				
			||||||
                android:layout_width="wrap_content"
 | 
					                android:layout_width="0dp"
 | 
				
			||||||
                android:layout_height="wrap_content"
 | 
					                android:layout_height="wrap_content"
 | 
				
			||||||
                android:layout_weight="1"
 | 
					                android:layout_weight="1"
 | 
				
			||||||
                android:text="@string/compass_button_text" />
 | 
					                android:text="@string/compass_button_text" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <Button
 | 
					            <Button
 | 
				
			||||||
                android:id="@+id/scanButton"
 | 
					                android:id="@+id/scanButton"
 | 
				
			||||||
                android:layout_width="wrap_content"
 | 
					                android:layout_width="0dp"
 | 
				
			||||||
                android:layout_height="wrap_content"
 | 
					                android:layout_height="wrap_content"
 | 
				
			||||||
                android:layout_weight="1"
 | 
					                android:layout_weight="1"
 | 
				
			||||||
                android:text="@string/scan_button_text" />
 | 
					                android:text="@string/scan_button_text" />
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user