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_default.xml')
-rw-r--r--android/res/layout/toolbar_default.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout/toolbar_default.xml b/android/res/layout/toolbar_default.xml
index 89a92e06d3..b2afe76bd5 100644
--- a/android/res/layout/toolbar_default.xml
+++ b/android/res/layout/toolbar_default.xml
@@ -1,8 +1,8 @@
<?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"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
- android:theme="@style/MwmWidget.ToolbarTheme"/> \ No newline at end of file
+ android:theme="@style/MwmWidget.ToolbarTheme"/>