diff options
| author | Marco Jacob <mjacob@union06.de> | 2012-08-27 22:14:55 +0200 |
|---|---|---|
| committer | Marco Jacob <mjacob@union06.de> | 2012-08-27 22:14:55 +0200 |
| commit | 3f0ad0effbd51a10f9fb9ed2177afe4a5b0ddd4c (patch) | |
| tree | 774e34907aee977fefdcbb588ab5148c98e0a81a /main/res/layout | |
| parent | e989666a734d4f36a20f70ed6b83339c2b0b4b54 (diff) | |
| download | cgeo-3f0ad0effbd51a10f9fb9ed2177afe4a5b0ddd4c.zip cgeo-3f0ad0effbd51a10f9fb9ed2177afe4a5b0ddd4c.tar.gz cgeo-3f0ad0effbd51a10f9fb9ed2177afe4a5b0ddd4c.tar.bz2 | |
fixes #1257 - next try, only setting for default import dir
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/init.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/main/res/layout/init.xml b/main/res/layout/init.xml index 572b5a9..d4c87b7 100644 --- a/main/res/layout/init.xml +++ b/main/res/layout/init.xml @@ -709,6 +709,42 @@ <RelativeLayout style="@style/separator_horizontal_layout" > <View style="@style/separator_horizontal" /> <TextView style="@style/separator_horizontal_headline" + android:text="@string/init_gpx_importdir" /> + </RelativeLayout> + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginLeft="10dip" + android:layout_marginRight="10dip" + android:layout_marginBottom="5dip" + android:layout_gravity="left" + android:padding="3dip" + android:textSize="14dip" + android:textColor="?text_color" + android:textColorLink="?text_color_link" + android:linksClickable="true" + android:autoLink="web" + android:text="@string/init_gpx_importdir_description" /> + <LinearLayout + android:id="@+id/init_gpx_import_group" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:orientation="horizontal" > + <Button style="@style/button_full" + android:id="@+id/select_gpx_importdir" + android:text="@string/init_select_gpx_importdir" + android:layout_width="wrap_content" /> + <EditText style="@style/edittext_full" + android:id="@+id/gpx_importdir" + android:singleLine="true" + android:lines="1" + android:scrollHorizontally="true" + android:inputType="textNoSuggestions" /> + </LinearLayout> +<!-- ** --> + <RelativeLayout style="@style/separator_horizontal_layout" > + <View style="@style/separator_horizontal" /> + <TextView style="@style/separator_horizontal_headline" android:text="@string/init_altitude" /> </RelativeLayout> <EditText style="@style/edittext_full" |
