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:
authorАлександр Зацепин <az@mapswithme.com>2018-03-22 14:45:01 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2018-03-22 15:53:54 +0300
commit6ce3053bcebf809bcc56c3846777e607df4b7593 (patch)
tree7988c1e230c5803db4fcc1332bf49309c0afad3d /android/res
parent8f5205a3894c98e5464f58692edaafa9d18d1abc (diff)
[android] Implemented hide/show all logic in bookmark category list
Diffstat (limited to 'android/res')
-rw-r--r--android/res/layout/item_bookmark_group_list_header.xml (renamed from android/res/layout/item_bookmark_hide_all.xml)2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/res/layout/item_bookmark_hide_all.xml b/android/res/layout/item_bookmark_group_list_header.xml
index 5fd0f26f4c..8e75bd23dd 100644
--- a/android/res/layout/item_bookmark_hide_all.xml
+++ b/android/res/layout/item_bookmark_group_list_header.xml
@@ -17,7 +17,7 @@
android:fontFamily="@string/robotoMedium"
tools:targetApi="jelly_bean"/>
<TextView
- android:id="@+id/hide_btn"
+ android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/MwmTextAppearance.Body3"