03 | android:orientation = "vertical" |
04 | android:layout_width = "fill_parent" |
05 | android:layout_height = "fill_parent" |
06 | android:weightSum = "1" |
07 | android:gravity = "center" > |
09 | android:layout_width = "wrap_content" |
10 | android:layout_height = "wrap_content" |
11 | android:textAppearance = "?android:attr/textAppearanceLarge" |
12 | android:text = "Hello, your name:" |
13 | android:layout_weight = "0.07" |
14 | android:textStyle = "bold" /> |
16 | android:layout_width = "216dp" |
17 | android:layout_height = "wrap_content" |
18 | android:id = "@+id/name" /> |
20 | android:layout_width = "wrap_content" |
21 | android:layout_height = "wrap_content" |
22 | android:text = "@string/next_page" |
23 | android:id = "@+id/next" /> |
|