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/bookmark_subscription_fragment.xml')
-rw-r--r--android/res/layout/bookmark_subscription_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout/bookmark_subscription_fragment.xml b/android/res/layout/bookmark_subscription_fragment.xml
index d6ef039e29..b272756a34 100644
--- a/android/res/layout/bookmark_subscription_fragment.xml
+++ b/android/res/layout/bookmark_subscription_fragment.xml
@@ -14,7 +14,7 @@
android:layout_gravity="center"
android:visibility="gone"
tools:visibility="visible"/>
- <android.support.v4.widget.NestedScrollView
+ <androidx.core.widget.NestedScrollView
android:id="@+id/content_view"
android:layout_height="match_parent"
android:layout_width="match_parent"
@@ -197,6 +197,6 @@
</LinearLayout>
</LinearLayout>
</LinearLayout>
- </android.support.v4.widget.NestedScrollView>
+ </androidx.core.widget.NestedScrollView>
</FrameLayout>