2012-09-06 17:38:46 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<ScrollView
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/ScrollView01"
|
2012-10-25 14:45:46 +00:00
|
|
|
android:background="#ffffff"
|
2012-09-06 17:38:46 +00:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
>
|
|
|
|
<RelativeLayout
|
|
|
|
android:id="@+id/newentrylayout"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent" >
|
|
|
|
<Spinner
|
|
|
|
android:id="@+id/locationdropdown"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_below="@id/newentrylayout"/>
|
|
|
|
</RelativeLayout>
|
|
|
|
</ScrollView>
|