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/toolbar_with_optional_search.xml')
-rw-r--r--android/res/layout/toolbar_with_optional_search.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout/toolbar_with_optional_search.xml b/android/res/layout/toolbar_with_optional_search.xml
index 18ece7b7cf..08db7f26fa 100644
--- a/android/res/layout/toolbar_with_optional_search.xml
+++ b/android/res/layout/toolbar_with_optional_search.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<android.support.v7.widget.Toolbar
+<androidx.appcompat.widget.Toolbar
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/toolbar"
style="@style/MwmWidget.ToolbarStyle.NoElevation"
@@ -11,4 +11,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone"/>
-</android.support.v7.widget.Toolbar>
+</androidx.appcompat.widget.Toolbar>