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_payment.xml')
-rw-r--r--android/res/layout/fragment_bookmark_payment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout/fragment_bookmark_payment.xml b/android/res/layout/fragment_bookmark_payment.xml
index 48d07e79e8..8d4cb44e8a 100644
--- a/android/res/layout/fragment_bookmark_payment.xml
+++ b/android/res/layout/fragment_bookmark_payment.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"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -16,4 +16,4 @@
android:src="@drawable/img_guides_placeholder"/>
<include layout="@layout/bookmark_payment_layout"/>
</LinearLayout>
-</android.support.v4.widget.NestedScrollView>
+</androidx.core.widget.NestedScrollView>