Home | History | Annotate | Download | only in layout
      1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
      2     xmlns:tools="http://schemas.android.com/tools"
      3     android:id="@+id/content"
      4     android:layout_width="match_parent"
      5     android:layout_height="match_parent"
      6     tools:context=".MainActivity"
      7     android:orientation="vertical" >
      8 
      9     <LinearLayout
     10         android:layout_width="wrap_content"
     11         android:layout_height="wrap_content">
     12 
     13         <TextView
     14             android:layout_width="wrap_content"
     15             android:layout_height="wrap_content"
     16             android:text="@string/name">
     17         </TextView>
     18 
     19         <EditText
     20             android:layout_width="1150dip"
     21             android:layout_height="wrap_content"
     22             android:hint="@string/enter_name">
     23         </EditText>
     24 
     25         <Button
     26             android:layout_width="wrap_content"
     27             android:layout_height="wrap_content"
     28             android:text="@string/done"/>
     29 
     30     </LinearLayout>
     31 
     32         <LinearLayout
     33         android:layout_width="wrap_content"
     34         android:layout_height="wrap_content">
     35 
     36         <TextView
     37             android:layout_width="wrap_content"
     38             android:layout_height="wrap_content"
     39             android:text="@string/name">
     40         </TextView>
     41 
     42         <EditText
     43             android:layout_width="1150dip"
     44             android:layout_height="wrap_content"
     45             android:hint="@string/enter_name">
     46         </EditText>
     47 
     48         <Button
     49             android:layout_width="wrap_content"
     50             android:layout_height="wrap_content"
     51             android:text="@string/done"/>
     52 
     53     </LinearLayout>
     54 
     55     <LinearLayout
     56         android:layout_width="wrap_content"
     57         android:layout_height="wrap_content">
     58 
     59         <TextView
     60             android:layout_width="wrap_content"
     61             android:layout_height="wrap_content"
     62             android:text="@string/name">
     63         </TextView>
     64 
     65         <EditText
     66             android:layout_width="1150dip"
     67             android:layout_height="wrap_content"
     68             android:hint="@string/enter_name">
     69         </EditText>
     70 
     71         <Button
     72             android:layout_width="wrap_content"
     73             android:layout_height="wrap_content"
     74             android:text="@string/done"/>
     75 
     76     </LinearLayout>
     77 
     78         <LinearLayout
     79         android:layout_width="wrap_content"
     80         android:layout_height="wrap_content">
     81 
     82         <TextView
     83             android:layout_width="wrap_content"
     84             android:layout_height="wrap_content"
     85             android:text="@string/name">
     86         </TextView>
     87 
     88         <EditText
     89             android:layout_width="1150dip"
     90             android:layout_height="wrap_content"
     91             android:hint="@string/enter_name">
     92         </EditText>
     93 
     94         <Button
     95             android:layout_width="wrap_content"
     96             android:layout_height="wrap_content"
     97             android:text="@string/done"/>
     98 
     99     </LinearLayout>
    100 
    101     <LinearLayout
    102         android:layout_width="wrap_content"
    103         android:layout_height="wrap_content">
    104 
    105         <TextView
    106             android:layout_width="wrap_content"
    107             android:layout_height="wrap_content"
    108             android:text="@string/name">
    109         </TextView>
    110 
    111         <EditText
    112             android:layout_width="1150dip"
    113             android:layout_height="wrap_content"
    114             android:hint="@string/enter_name">
    115         </EditText>
    116 
    117         <Button
    118             android:layout_width="wrap_content"
    119             android:layout_height="wrap_content"
    120             android:text="@string/done"/>
    121 
    122     </LinearLayout>
    123 
    124 </LinearLayout>
    125