Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'api/android/sample-app-capitals/res/layout/city_details_activity.xml')
-rw-r--r--api/android/sample-app-capitals/res/layout/city_details_activity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/android/sample-app-capitals/res/layout/city_details_activity.xml b/api/android/sample-app-capitals/res/layout/city_details_activity.xml
index 9d0faa994f..c0ab2b5f50 100644
--- a/api/android/sample-app-capitals/res/layout/city_details_activity.xml
+++ b/api/android/sample-app-capitals/res/layout/city_details_activity.xml
@@ -17,7 +17,7 @@
android:id="@+id/showOnMap"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:drawableLeft="@drawable/ic_launcher_maps"
+ android:drawableLeft="@drawable/ic_launcher"
android:text="@string/open_with_mapswithme" />
<LinearLayout