aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
authorrsudev <rasch@munin-soft.de>2014-06-07 23:32:28 +0200
committerrsudev <rasch@munin-soft.de>2014-06-07 23:32:28 +0200
commit6c559e7df449cb0e40ecf882cfe4b678f454c1e8 (patch)
tree046030a28df92aa250f6bc8db397e11126292c11 /main/res/layout
parent02f461532e90860c0336a1d521584e84e42e2fb5 (diff)
parentae924f7c25d8a0a43e645b6cff7225b7589fea0b (diff)
downloadcgeo-6c559e7df449cb0e40ecf882cfe4b678f454c1e8.zip
cgeo-6c559e7df449cb0e40ecf882cfe4b678f454c1e8.tar.gz
cgeo-6c559e7df449cb0e40ecf882cfe4b678f454c1e8.tar.bz2
Merge remote-tracking branch 'marco-dev/fixStaticMapsCropLayout'
m dieser # Merge erforderlich ist, insbesondere wenn es einen aktualisierten # Upstream-Branch mit einem Thema-Branch zusammenführt. # # Zeilen beginnend mit '#' werden ignoriert, und eine leere Beschreibung # bricht den Commit ab.
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/cachedetail_details_page.xml2
-rw-r--r--main/res/layout/staticmaps_activity_item.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/res/layout/cachedetail_details_page.xml b/main/res/layout/cachedetail_details_page.xml
index e735699..7b67846 100644
--- a/main/res/layout/cachedetail_details_page.xml
+++ b/main/res/layout/cachedetail_details_page.xml
@@ -265,7 +265,7 @@
android:layout_gravity="center"
android:gravity="center"
android:onClick="showNavigationMenu"
- android:scaleType="centerCrop"
+ android:scaleType="fitCenter"
android:src="@null" />
</LinearLayout>
</LinearLayout>
diff --git a/main/res/layout/staticmaps_activity_item.xml b/main/res/layout/staticmaps_activity_item.xml
index 1bac7f0..6b76192 100644
--- a/main/res/layout/staticmaps_activity_item.xml
+++ b/main/res/layout/staticmaps_activity_item.xml
@@ -7,4 +7,4 @@
android:layout_marginBottom="10dip"
android:gravity="center"
android:padding="3dip"
- android:scaleType="centerCrop" />
+ android:scaleType="fitCenter" />