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_edit_bookmark.xml')
-rw-r--r--android/res/layout/fragment_edit_bookmark.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/res/layout/fragment_edit_bookmark.xml b/android/res/layout/fragment_edit_bookmark.xml
index 7a5b6cd7e8..d11949a7b3 100644
--- a/android/res/layout/fragment_edit_bookmark.xml
+++ b/android/res/layout/fragment_edit_bookmark.xml
@@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
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"
@@ -21,7 +21,7 @@
android:padding="@dimen/margin_half"
android:text="@string/save"
android:textAppearance="@style/MwmTextAppearance.Toolbar.Title.Button"/>
- </android.support.v7.widget.Toolbar>
+ </androidx.appcompat.widget.Toolbar>
<FrameLayout
style="@style/MwmWidget.FrameLayout.Elevation"
@@ -30,4 +30,4 @@
android:layout_below="@id/toolbar">
<include layout="@layout/edit_bookmark_common"/>
</FrameLayout>
-</RelativeLayout> \ No newline at end of file
+</RelativeLayout>