- <LinearLayout android:layout_height="wrap_content" android:layout_width="wrap_content"
- android:layout_centerInParent="true" android:orientation="vertical">
- <Button android:layout_height="wrap_content" android:layout_width="wrap_content"
- android:id="@+id/connect_button"
- android:text="@string/connect"/>
- <Button android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/buzz_button"
- android:text="@string/buzz" android:enabled="false"/>
- <Button android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/open_button"
- android:text="@string/open_door" android:enabled="false"/>
- <Button android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/close_button"
- android:text="@string/close_door" android:enabled="false"/>
- <Button android:layout_height="wrap_content" android:layout_width="wrap_content"
+ <LinearLayout android:layout_height="64sp" android:layout_width="match_parent"
+ android:orientation="horizontal">
+ <Button android:layout_height="match_parent" android:layout_width="0dip" android:layout_weight="1"
+ android:id="@+id/connect_button" android:text="@string/connect"/>
+ <Button android:layout_height="match_parent" android:layout_width="0dip" android:id="@+id/buzz_button"
+ android:layout_weight="1" android:text="@string/buzz" android:enabled="false"/>
+ <Button android:layout_height="match_parent" android:layout_width="0dip" android:id="@+id/unlock_button"
+ android:layout_weight="1" android:text="@string/unlock_door" android:enabled="false"/>
+ <Button android:layout_height="match_parent" android:layout_width="0dip" android:layout_weight="1"