<?xml version="1.0" encoding="utf-8"?>
<ScrollView
android:id="@+id/widget28"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android"
>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:addStatesFromChildren="true"
android:gravity="center_vertical"
android:paddingRight="0dip"
android:background="@android:drawable/edit_text">
<!--
TextView label goes at the left.
-->
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Lat: "
android:textAppearance="?android:attr/textAppearanceLargeInverse"
/>
<!--
EditText goes in between.
-->
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:singleLine="true"
android:background="@null"
/>
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:addStatesFromChildren="true"
android:gravity="center_vertical"
android:paddingRight="0dip"
android:background="@android:drawable/edit_text">
<!--
TextView label goes at the left.
-->
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Lat: "
android:textAppearance="?android:attr/textAppearanceLargeInverse"
/>
<!--
EditText goes in between.
-->
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:singleLine="true"
android:background="@null"
/>
</LinearLayout>
</LinearLayout>
</ScrollView>