aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/coordinatesinput_dialog.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-05-19 22:29:05 +0200
committerArne Schwabe <arne@rfc2549.org>2014-05-19 22:30:06 +0200
commitac1160a81eec2e2e58bd275896a8fd2316690675 (patch)
treed5b83120b048dc5011cf55c56180bf4e43b9c0b6 /main/res/layout/coordinatesinput_dialog.xml
parent35d75d9a7600fe1c7c3467e898e84f1ef9d09215 (diff)
downloadcgeo-ac1160a81eec2e2e58bd275896a8fd2316690675.zip
cgeo-ac1160a81eec2e2e58bd275896a8fd2316690675.tar.gz
cgeo-ac1160a81eec2e2e58bd275896a8fd2316690675.tar.bz2
Convert DateDialog and CoordinateInputDialog to DialogFragments, closes #3852
Diffstat (limited to 'main/res/layout/coordinatesinput_dialog.xml')
-rw-r--r--main/res/layout/coordinatesinput_dialog.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/main/res/layout/coordinatesinput_dialog.xml b/main/res/layout/coordinatesinput_dialog.xml
index 4603360..cc3e36f 100644
--- a/main/res/layout/coordinatesinput_dialog.xml
+++ b/main/res/layout/coordinatesinput_dialog.xml
@@ -5,13 +5,6 @@
android:layout_height="wrap_content"
android:orientation="vertical" >
- <LinearLayout style="@style/action_bar" >
-
- <TextView
- style="@style/action_bar_title"
- android:text="@string/cache_coordinates" />
- </LinearLayout>
-
<ScrollView
android:id="@+id/scroller"
android:layout_width="fill_parent"