mirror of
https://github.com/bspeice/itcs4180
synced 2024-12-04 13:18:16 -05:00
Compass and scan buttons are now the same size
This commit is contained in:
parent
a227014abf
commit
31945d66b6
@ -48,14 +48,14 @@
|
||||
|
||||
<Button
|
||||
android:id="@+id/compassButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/compass_button_text" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/scanButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/scan_button_text" />
|
||||
|
Loading…
Reference in New Issue
Block a user