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/activity_full_screen_gallery.xml')
-rw-r--r--android/res/layout/activity_full_screen_gallery.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/res/layout/activity_full_screen_gallery.xml b/android/res/layout/activity_full_screen_gallery.xml
index 69411ca818..fb84009b92 100644
--- a/android/res/layout/activity_full_screen_gallery.xml
+++ b/android/res/layout/activity_full_screen_gallery.xml
@@ -6,7 +6,7 @@
android:layout_height="match_parent"
android:background="@android:color/black">
- <android.support.v4.view.ViewPager
+ <androidx.viewpager.widget.ViewPager
android:id="@+id/vp__image"
android:layout_width="match_parent"
android:layout_height="match_parent"/>