diff options
| author | triakcz <kunc88@gmail.com> | 2012-12-23 22:08:42 +0100 |
|---|---|---|
| committer | triakcz <kunc88@gmail.com> | 2012-12-23 22:08:42 +0100 |
| commit | 7ddcf06c583117fb84846793bbf368f6f44f487c (patch) | |
| tree | 6abe5460d02cb58d63fc08bdfbed5e29f9212618 /main/res/layout | |
| parent | c9a1bffb986dfd16193054de7f77d78b7291d0cf (diff) | |
| download | cgeo-7ddcf06c583117fb84846793bbf368f6f44f487c.zip cgeo-7ddcf06c583117fb84846793bbf368f6f44f487c.tar.gz cgeo-7ddcf06c583117fb84846793bbf368f6f44f487c.tar.bz2 | |
Disabling local modification of coords for non-multi and non-mystery caches
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/waypoint_new.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/main/res/layout/waypoint_new.xml b/main/res/layout/waypoint_new.xml index d6d6463..466ef57 100644 --- a/main/res/layout/waypoint_new.xml +++ b/main/res/layout/waypoint_new.xml @@ -91,9 +91,11 @@ android:singleLine="false" /> <LinearLayout + android:id="@+id/setAsCacheCoordsLayout" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:orientation="horizontal" > + android:orientation="horizontal" + android:visibility="gone" > <CheckBox android:id="@+id/setAsCacheCoordsCheckBox" @@ -108,15 +110,16 @@ </LinearLayout> <LinearLayout + android:id="@+id/uploadCoordsToWebsiteLayout" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:orientation="horizontal" > + android:orientation="horizontal" + android:visibility="gone" > <CheckBox android:id="@+id/uploadCoordsToWebsiteCheckBox" android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:visibility="gone" /> + android:layout_height="wrap_content" /> <TextView android:layout_width="fill_parent" |
