Checking in LEDE GUI for device registration; this was ported from the implementation...
[iot2.git] / others / lede-gui / src / main / res / layout / activity_list.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
3     xmlns:app="http://schemas.android.com/apk/res-auto"\r
4     xmlns:tools="http://schemas.android.com/tools"\r
5     android:layout_width="match_parent"\r
6     android:layout_height="match_parent"\r
7     android:orientation="vertical"\r
8     tools:context="com.example.lede2.ListActivity">\r
9 \r
10         <ListView\r
11             android:id="@+id/listView1"\r
12             android:layout_width="match_parent"\r
13             android:layout_height="wrap_content"\r
14             android:layout_weight="1"\r
15             android:choiceMode="multipleChoice"\r
16             android:background="@drawable/background"/>\r
17 \r
18             <LinearLayout\r
19                 android:layout_width="match_parent"\r
20                 android:layout_height="wrap_content"\r
21                 android:orientation="horizontal">\r
22 \r
23 \r
24                 <Button\r
25                     android:id="@+id/delete"\r
26                     android:layout_width="wrap_content"\r
27                     android:layout_height="wrap_content"\r
28                     android:layout_weight="1"\r
29                     android:text="Delete"/>\r
30 \r
31                 <Button\r
32                     android:id="@+id/selectAll"\r
33                     android:layout_width="wrap_content"\r
34                     android:layout_height="wrap_content"\r
35                     android:layout_weight="1"\r
36                     android:text="Select All" />\r
37             </LinearLayout>\r
38 </LinearLayout>\r