diff options
| author | Bananeweizen <Bananeweizen@gmx.de> | 2013-01-23 21:07:51 +0100 |
|---|---|---|
| committer | Bananeweizen <Bananeweizen@gmx.de> | 2013-01-23 21:07:51 +0100 |
| commit | 10f23bdcc058b7233b471aeefec73014cfb34a73 (patch) | |
| tree | f6b846b109480f440ab817fb493ad3e3b37aadb3 /main/res | |
| parent | 5432089c6edfe4df2c940dda3682a74e0e36deb1 (diff) | |
| download | cgeo-10f23bdcc058b7233b471aeefec73014cfb34a73.zip cgeo-10f23bdcc058b7233b471aeefec73014cfb34a73.tar.gz cgeo-10f23bdcc058b7233b471aeefec73014cfb34a73.tar.bz2 | |
#1791: remove selfmade dialog button
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/layout/fieldnote_export_dialog.xml | 9 | ||||
| -rw-r--r-- | main/res/layout/gpx_export_dialog.xml | 9 |
2 files changed, 4 insertions, 14 deletions
diff --git a/main/res/layout/fieldnote_export_dialog.xml b/main/res/layout/fieldnote_export_dialog.xml index ca0b01d..4548602 100644 --- a/main/res/layout/fieldnote_export_dialog.xml +++ b/main/res/layout/fieldnote_export_dialog.xml @@ -9,8 +9,8 @@ <TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textColor="?text_color"
- android:text="@string/export_fieldnotes_info" />
+ android:text="@string/export_fieldnotes_info"
+ android:textColor="?text_color" />
<CheckBox
android:id="@+id/upload"
@@ -23,9 +23,4 @@ android:enabled="false"
android:text="@string/export_fieldnotes_onlynew" />
- <Button
- android:id="@+id/export"
- style="@style/button_full"
- android:text="@string/export" />
-
</LinearLayout>
\ No newline at end of file diff --git a/main/res/layout/gpx_export_dialog.xml b/main/res/layout/gpx_export_dialog.xml index a997d6b..4863417 100644 --- a/main/res/layout/gpx_export_dialog.xml +++ b/main/res/layout/gpx_export_dialog.xml @@ -10,17 +10,12 @@ android:id="@id/info"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textColor="?text_color"
- android:text="@string/export_gpx_info" />
+ android:text="@string/export_gpx_info"
+ android:textColor="?text_color" />
<CheckBox
android:id="@+id/share"
style="@style/checkbox_full"
android:text="@string/init_share_after_export" />
- <Button
- android:id="@+id/export"
- style="@style/button_full"
- android:text="@string/export" />
-
</LinearLayout>
\ No newline at end of file |
