BESTMobile/android/mobile/res/layout/listlocation.xml
macgregor 7c6f612bfd init
2012-09-06 23:08:46 +05:30

18 lines
577 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/ScrollView01"
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>