aboutsummaryrefslogtreecommitdiff
path: root/PrintApp/res/layout/activity_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'PrintApp/res/layout/activity_main.xml')
-rw-r--r--PrintApp/res/layout/activity_main.xml124
1 files changed, 124 insertions, 0 deletions
diff --git a/PrintApp/res/layout/activity_main.xml b/PrintApp/res/layout/activity_main.xml
new file mode 100644
index 0000000..8a3c72a
--- /dev/null
+++ b/PrintApp/res/layout/activity_main.xml
@@ -0,0 +1,124 @@
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:id="@+id/content"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ tools:context=".MainActivity"
+ android:orientation="vertical" >
+
+ <LinearLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content">
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/name">
+ </TextView>
+
+ <EditText
+ android:layout_width="1150dip"
+ android:layout_height="wrap_content"
+ android:hint="@string/enter_name">
+ </EditText>
+
+ <Button
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/done"/>
+
+ </LinearLayout>
+
+ <LinearLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content">
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/name">
+ </TextView>
+
+ <EditText
+ android:layout_width="1150dip"
+ android:layout_height="wrap_content"
+ android:hint="@string/enter_name">
+ </EditText>
+
+ <Button
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/done"/>
+
+ </LinearLayout>
+
+ <LinearLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content">
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/name">
+ </TextView>
+
+ <EditText
+ android:layout_width="1150dip"
+ android:layout_height="wrap_content"
+ android:hint="@string/enter_name">
+ </EditText>
+
+ <Button
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/done"/>
+
+ </LinearLayout>
+
+ <LinearLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content">
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/name">
+ </TextView>
+
+ <EditText
+ android:layout_width="1150dip"
+ android:layout_height="wrap_content"
+ android:hint="@string/enter_name">
+ </EditText>
+
+ <Button
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/done"/>
+
+ </LinearLayout>
+
+ <LinearLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content">
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/name">
+ </TextView>
+
+ <EditText
+ android:layout_width="1150dip"
+ android:layout_height="wrap_content"
+ android:hint="@string/enter_name">
+ </EditText>
+
+ <Button
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/done"/>
+
+ </LinearLayout>
+
+</LinearLayout>