OsmAnd/OsmAnd/res/layout/send_gpx_osm.xml
Victor Shcherb 70f74bd802 Update ui
2013-07-14 13:52:59 +02:00

29 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" android:stretchColumns="1">
<TextView android:id="@+id/DescriptionTextTop" android:layout_marginLeft="5dp" android:layout_marginBottom="5dp"
style="@style/ListText" android:gravity="center_horizontal"
android:layout_height="wrap_content" android:text="@string/send_files_to_osm"></TextView>
<TableRow android:layout_width="fill_parent">
<TextView android:id="@+id/TextView" android:layout_marginLeft="5dp"
android:layout_height="wrap_content" android:text="@string/gpx_description_txt"></TextView>
<EditText android:text="" android:id="@+id/DescriptionText" android:minLines="3" android:layout_marginLeft="5dp" android:layout_marginRight="5dp"
android:layout_height="wrap_content" android:layout_width="fill_parent"></EditText>
</TableRow>
<TableRow android:layout_width="fill_parent">
<TextView android:id="@+id/TextView" android:layout_marginLeft="5dp"
android:layout_height="wrap_content" android:text="@string/gpx_tags_txt"></TextView>
<EditText android:id="@+id/TagsText" android:layout_marginLeft="5dp" android:layout_marginRight="5dp"
android:layout_height="wrap_content" android:text="osmand" android:layout_width="fill_parent"></EditText>
</TableRow>
<TableRow android:layout_width="fill_parent">
<TextView android:id="@+id/TextView" android:layout_marginLeft="5dp"
android:layout_height="wrap_content" android:text="@string/gpx_visibility_txt"></TextView>
<Spinner android:id="@+id/Visibility" android:layout_marginLeft="5dp" android:layout_marginRight="5dp"
android:layout_height="wrap_content" android:layout_width="fill_parent"></Spinner>
</TableRow>
</TableLayout>