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/fragment_bookmark_category_restriction.xml')
-rw-r--r--android/res/layout/fragment_bookmark_category_restriction.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout/fragment_bookmark_category_restriction.xml b/android/res/layout/fragment_bookmark_category_restriction.xml
index 6263331199..beebd49ff6 100644
--- a/android/res/layout/fragment_bookmark_category_restriction.xml
+++ b/android/res/layout/fragment_bookmark_category_restriction.xml
@@ -5,7 +5,7 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
- <android.support.v7.widget.Toolbar
+ <androidx.appcompat.widget.Toolbar
android:id="@+id/toolbar"
style="@style/MwmWidget.ToolbarStyle"
android:layout_width="match_parent"
@@ -14,7 +14,7 @@
android:gravity="end|center_vertical"
android:theme="@style/MwmWidget.ToolbarTheme"
tools:ignore="UnusedAttribute">
- </android.support.v7.widget.Toolbar>
+ </androidx.appcompat.widget.Toolbar>
<LinearLayout
android:orientation="vertical"