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-land/fragment_bookmark_payment.xml')
-rw-r--r--android/res/layout-land/fragment_bookmark_payment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout-land/fragment_bookmark_payment.xml b/android/res/layout-land/fragment_bookmark_payment.xml
index 5b898fdb3c..199f807479 100644
--- a/android/res/layout-land/fragment_bookmark_payment.xml
+++ b/android/res/layout-land/fragment_bookmark_payment.xml
@@ -11,7 +11,7 @@
android:layout_alignParentLeft="true"
android:scaleType="centerCrop"
android:src="@drawable/img_guides_placeholder_land"/>
- <android.support.v4.widget.NestedScrollView
+ <androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_toRightOf="@id/image"
@@ -19,5 +19,5 @@
android:layout_alignParentTop="true"
android:fillViewport="true">
<include layout="@layout/bookmark_payment_layout"/>
- </android.support.v4.widget.NestedScrollView>
+ </androidx.core.widget.NestedScrollView>
</RelativeLayout>