1 <?xml version="1.0" encoding="utf-8"?>
3 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
4 android:orientation="vertical" android:layout_height="match_parent">
6 <LinearLayout android:layout_height="64sp" android:layout_width="match_parent"
7 android:orientation="horizontal">
8 <Button android:layout_height="match_parent" android:layout_width="0dip" android:layout_weight="1"
9 android:id="@+id/connect_button" android:text="@string/connect"/>
10 <Button android:layout_height="match_parent" android:layout_width="0dip" android:id="@+id/buzz_button"
11 android:layout_weight="1" android:text="@string/buzz" android:enabled="false"/>
12 <Button android:layout_height="match_parent" android:layout_width="0dip" android:id="@+id/unlock_button"
13 android:layout_weight="1" android:text="@string/unlock_door" android:enabled="false"/>
14 <Button android:layout_height="match_parent" android:layout_width="0dip" android:layout_weight="1"
15 android:id="@+id/disconnect_button" android:text="@string/disconnect" android:enabled="false"/>
17 <TextView android:id="@+id/logout" android:layout_height="0dip" android:layout_width="match_parent"
18 android:layout_weight="1"/>