124 lines
3.5 KiB
XML
124 lines
3.5 KiB
XML
<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>
|