diff options
| -rw-r--r-- | res/layout/cache_item.xml | 1 | ||||
| -rw-r--r-- | res/values-de/strings.xml | 2 | ||||
| -rw-r--r-- | res/values/colors.xml | 8 | ||||
| -rw-r--r-- | res/values/strings.xml | 4 |
4 files changed, 9 insertions, 6 deletions
diff --git a/res/layout/cache_item.xml b/res/layout/cache_item.xml index 34f91cd..6de416e 100644 --- a/res/layout/cache_item.xml +++ b/res/layout/cache_item.xml @@ -23,6 +23,7 @@ android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_alignParentLeft="true" + android:layout_alignBaseline="@id/name" android:layout_marginTop="2dip" android:layout_marginLeft="83dip" android:layout_marginRight="6dip" diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index deb8776..1267d56 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -228,7 +228,7 @@ <string name="loc_no_addr">Adresse unbekannt</string> <!-- standard menu --> - <string name="menu_about">Über c:geo</string> + <string name="menu_about">über c:geo</string> <string name="menu_helpers">Nützliche Apps</string> <string name="menu_settings">Einstellungen</string> <string name="menu_history">Verlauf</string> diff --git a/res/values/colors.xml b/res/values/colors.xml index c8df1fa..169f319 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -15,10 +15,10 @@ <color name="text_icon">#FFFFFFFF</color> <color name="text_dark">#FFFFFFFF</color> <color name="text_light">#FF000000</color> - <color name="text_headline_dark">#66FFFFFF</color> - <color name="text_headline_light">#66000000</color> - <color name="text_grey_dark">#99FFFFFF</color> - <color name="text_grey_light">#99000000</color> + <color name="text_headline_dark">#88FFFFFF</color> + <color name="text_headline_light">#88000000</color> + <color name="text_grey_dark">#AAFFFFFF</color> + <color name="text_grey_light">#AA000000</color> <color name="text_hint_dark">#44FFFFFF</color> <color name="text_hint_light">#44000000</color> <color name="link">#FF00C0FF</color> diff --git a/res/values/strings.xml b/res/values/strings.xml index 0d6204b..10aa34f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -914,13 +914,15 @@ · thiasB (code, loc. DE EN)\n · YraFyra (code, loc. SV)\n · zenobios (code, loc. DE EN)\n + \n + · <a href="http://code.google.com/p/mapsforge/">Mapsforge</a> (OSM-rendering)\n </string> <!-- changelog --> <string name="changelog">\n <b>19.08.2011</b>\n · new: Numeric entry for coordinates\n - · fix: quick addapt to GC.com changes\n + · fix: adaption to GC.com changes\n \n\n <b>15.08.2011</b>\n · new: OpenStreetMap support\n |
