diff options
| author | Marco Jacob <mjacob@union06.de> | 2014-06-07 22:07:40 +0200 |
|---|---|---|
| committer | Marco Jacob <mjacob@union06.de> | 2014-06-07 22:07:40 +0200 |
| commit | ae924f7c25d8a0a43e645b6cff7225b7589fea0b (patch) | |
| tree | 1ab80f81399e24a63998f691cc737a998bd93042 /main/res | |
| parent | 6089f9db35f16797bde5f59c2bcda1d0803cfec6 (diff) | |
| download | cgeo-ae924f7c25d8a0a43e645b6cff7225b7589fea0b.zip cgeo-ae924f7c25d8a0a43e645b6cff7225b7589fea0b.tar.gz cgeo-ae924f7c25d8a0a43e645b6cff7225b7589fea0b.tar.bz2 | |
fixes #3959 - don't crop static maps due to Google license
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/layout/cachedetail_details_page.xml | 2 | ||||
| -rw-r--r-- | main/res/layout/staticmaps_activity_item.xml | 2 |
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" /> |
