android:layout_height="wrap_content"
android:text="@string/hello"
/>
+<EditText
+ android:id="@+id/entry"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:background="@android:drawable/editbox_background"
+ />
+<Button
+ android:id="@+id/go"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Go!"
+ />
+
</LinearLayout>