diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2012-08-26 14:01:50 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2012-08-26 14:01:50 +0200 |
| commit | e989666a734d4f36a20f70ed6b83339c2b0b4b54 (patch) | |
| tree | d46d90af64a81da53824a949e05cc4be5c3cfbd1 /main/res/layout | |
| parent | 36d9c61be952cbfc6d62016bf1c6538b5db13f3d (diff) | |
| download | cgeo-e989666a734d4f36a20f70ed6b83339c2b0b4b54.zip cgeo-e989666a734d4f36a20f70ed6b83339c2b0b4b54.tar.gz cgeo-e989666a734d4f36a20f70ed6b83339c2b0b4b54.tar.bz2 | |
fix #1893: remove go4cache
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/init.xml | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/main/res/layout/init.xml b/main/res/layout/init.xml index e660b27..572b5a9 100644 --- a/main/res/layout/init.xml +++ b/main/res/layout/init.xml @@ -70,47 +70,6 @@ <RelativeLayout style="@style/separator_horizontal_layout" > <View style="@style/separator_horizontal" /> <TextView style="@style/separator_horizontal_headline" - android:text="@string/init_go4cache" /> - </RelativeLayout> - <TextView android:id="@+id/about_go4cache" - 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:text="@string/about_go4cache" /> - <LinearLayout - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:layout_margin="3dip" - android:orientation="horizontal" - android:padding="3dip" > - <CheckBox android:id="@+id/publicloc" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="left" - android:padding="1px" - android:gravity="center" /> - <TextView - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:gravity="left" - android:paddingRight="3dip" - android:textSize="14dip" - android:textColor="?text_color" - android:text="@string/init_go4cache_connect" /> - </LinearLayout> -<!-- ** --> - <RelativeLayout style="@style/separator_horizontal_layout" > - <View style="@style/separator_horizontal" /> - <TextView style="@style/separator_horizontal_headline" android:text="@string/init_twitter" /> </RelativeLayout> <TextView android:id="@+id/about_twitter" |
