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_search_no_elevation.xml')
-rw-r--r--android/res/layout/toolbar_with_search_no_elevation.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout/toolbar_with_search_no_elevation.xml b/android/res/layout/toolbar_with_search_no_elevation.xml
index 5e117e39ff..c7074f2a11 100644
--- a/android/res/layout/toolbar_with_search_no_elevation.xml
+++ b/android/res/layout/toolbar_with_search_no_elevation.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"
@@ -7,4 +7,4 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize">
<include layout="@layout/toolbar_search_controls"/>
-</android.support.v7.widget.Toolbar>
+</androidx.appcompat.widget.Toolbar>