aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-05-30 19:06:12 +0200
committerBananeweizen <bananeweizen@gmx.de>2014-05-30 19:06:12 +0200
commit4fd880046034efcb6934f10cc7ed587549c42779 (patch)
tree24ed84374280eedfc3d64fa3bd290478130e23d7 /main/res/layout
parentf4319d587dced0107dbf115b708f2bd3e7b66aea (diff)
downloadcgeo-4fd880046034efcb6934f10cc7ed587549c42779.zip
cgeo-4fd880046034efcb6934f10cc7ed587549c42779.tar.gz
cgeo-4fd880046034efcb6934f10cc7ed587549c42779.tar.bz2
#3903: move offline log buttons to action bar
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/logcache_activity.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/main/res/layout/logcache_activity.xml b/main/res/layout/logcache_activity.xml
index b00a70a..5445285 100644
--- a/main/res/layout/logcache_activity.xml
+++ b/main/res/layout/logcache_activity.xml
@@ -119,35 +119,6 @@
android:textColor="?text_color"
android:textSize="14sp" />
</LinearLayout>
-
- <RelativeLayout style="@style/separator_horizontal_layout" >
-
- <View style="@style/separator_horizontal" />
-
- <TextView
- style="@style/separator_horizontal_headline"
- android:text="@string/cache_log_offline" />
- </RelativeLayout>
-
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal" >
-
- <Button
- android:id="@+id/save"
- style="@style/button_full"
- android:layout_width="0dip"
- android:layout_weight="1"
- android:text="@string/log_save" />
-
- <Button
- android:id="@+id/clear"
- style="@style/button_full"
- android:layout_width="0dip"
- android:layout_weight="1"
- android:text="@string/log_clear" />
- </LinearLayout>
</LinearLayout>
<LinearLayout