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 'android/res/layout/menu_content_grid.xml')
-rw-r--r--android/res/layout/menu_content_grid.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/android/res/layout/menu_content_grid.xml b/android/res/layout/menu_content_grid.xml
index 91dbb0a62a..620b2d18a2 100644
--- a/android/res/layout/menu_content_grid.xml
+++ b/android/res/layout/menu_content_grid.xml
@@ -51,6 +51,13 @@
tools:background="#200000FF"/>
<TextView
+ android:id="@+id/share"
+ style="@style/MwmTheme.Menu.Content.GridItem.Text"
+ android:drawableTop="@drawable/ic_menu_share"
+ android:text="@string/share_my_location"
+ tools:background="#200000FF"/>
+
+ <TextView
android:id="@+id/showcase"
style="@style/MwmTheme.Menu.Content.GridItem.Text"
android:drawableTop="@drawable/ic_showcase"
@@ -58,11 +65,4 @@
android:text="@string/showcase_more_apps"
tools:background="#200000FF"
tools:visibility="visible"/>
-
- <TextView
- android:id="@+id/share"
- style="@style/MwmTheme.Menu.Content.GridItem.Text"
- android:drawableTop="@drawable/ic_menu_share"
- android:text="@string/share_my_location"
- tools:background="#200000FF"/>
</LinearLayout> \ No newline at end of file