summaryrefslogtreecommitdiff
path: root/Defogger/res/layout/activity_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Defogger/res/layout/activity_main.xml')
-rw-r--r--Defogger/res/layout/activity_main.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/Defogger/res/layout/activity_main.xml b/Defogger/res/layout/activity_main.xml
index 70dbdfa..90d876d 100644
--- a/Defogger/res/layout/activity_main.xml
+++ b/Defogger/res/layout/activity_main.xml
@@ -1,6 +1,7 @@
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
+<LinearLayout 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" >
+ android:layout_height="match_parent"
+ android:orientation="vertical" >
<TextView
android:id="@+id/hello_text"
@@ -17,4 +18,10 @@
android:layout_height="wrap_content"
android:text="@string/start_scan"/>
-</RelativeLayout>
+ <EditText
+ android:id="@+id/pincode"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:inputType="numberPassword" />
+
+</LinearLayout>