aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
authorMarco Jacob <mjacob@union06.de>2013-04-25 22:50:42 +0200
committerMarco Jacob <mjacob@union06.de>2013-04-28 17:23:51 +0200
commit3f4d5dc01e3b6a7395e1f79aab0e807e3f4c9ba2 (patch)
tree896b47b21eb8eaa9312158d09a5193d5f5d80ad7 /main/res/layout
parent63cc0e3b6f1c7262fc6f8f0b6523d25b51716bec (diff)
downloadcgeo-3f4d5dc01e3b6a7395e1f79aab0e807e3f4c9ba2.zip
cgeo-3f4d5dc01e3b6a7395e1f79aab0e807e3f4c9ba2.tar.gz
cgeo-3f4d5dc01e3b6a7395e1f79aab0e807e3f4c9ba2.tar.bz2
fixes #2533 - added image scaling
modifications suggested by Bananeweizen next recommended changes and scaling now on leaving ImageSelectActivity fixed wrong spelling
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/visit_image.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/res/layout/visit_image.xml b/main/res/layout/visit_image.xml
index 7997406..c9d4be2 100644
--- a/main/res/layout/visit_image.xml
+++ b/main/res/layout/visit_image.xml
@@ -98,6 +98,13 @@
android:minLines="5"
android:singleLine="false" />
+ <Spinner
+ android:id="@+id/logImageScale"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:prompt="@string/log_image_scale"
+ android:entries="@array/log_image_scales"/>
+
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"