1
0
mirror of https://github.com/bspeice/itcs4180 synced 2024-09-28 21:51:38 -04:00

Compass and scan buttons are now the same size

This commit is contained in:
tokugawa 2014-04-26 10:56:40 -04:00
parent a227014abf
commit 31945d66b6

View File

@ -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" />