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_promo_after_booking_dialog.xml')
-rw-r--r--android/res/layout/fragment_promo_after_booking_dialog.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout/fragment_promo_after_booking_dialog.xml b/android/res/layout/fragment_promo_after_booking_dialog.xml
index b4a0752203..4a52d0f7e0 100644
--- a/android/res/layout/fragment_promo_after_booking_dialog.xml
+++ b/android/res/layout/fragment_promo_after_booking_dialog.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:layout_width="wrap_content"
@@ -59,4 +59,4 @@
tools:ignore="UnusedAttribute"/>
</LinearLayout>
</RelativeLayout>
-</android.support.v4.widget.NestedScrollView>
+</androidx.core.widget.NestedScrollView>