summaryrefslogtreecommitdiff
path: root/Defogger/res/layout/activity_scanner.xml
blob: 9bab1659534eeee99c75a3f475173476260e69e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
   android:layout_width="match_parent"
   android:layout_height="match_parent" >

   <EditText
      android:id="@+id/pincode"
      android:layout_width="fill_parent"
      android:layout_height="wrap_content"
      android:inputType="numberPassword" />

   <ListView
      android:id="@+id/scanlist_view"
      android:scrollbars="vertical"
      android:layout_width="match_parent"
      android:layout_height="fill_parent"
      android:layout_below="@+id/pincode" />

 </RelativeLayout>