mirror of
https://github.com/bspeice/itcs4180
synced 2024-12-04 21:28:10 -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
|
<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" />
|
||||||
|
Loading…
Reference in New Issue
Block a user