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_categories.xml')
-rw-r--r--android/res/layout/fragment_bookmark_categories.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout/fragment_bookmark_categories.xml b/android/res/layout/fragment_bookmark_categories.xml
index 4fc7020703..4a67aa04c9 100644
--- a/android/res/layout/fragment_bookmark_categories.xml
+++ b/android/res/layout/fragment_bookmark_categories.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<android.support.v4.widget.NestedScrollView
+<androidx.core.widget.NestedScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:fillViewport="true"
@@ -47,4 +47,4 @@
android:text="@string/load_kmz_title"/>
</LinearLayout>
</FrameLayout>
-</android.support.v4.widget.NestedScrollView>
+</androidx.core.widget.NestedScrollView>