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_news.xml')
-rw-r--r--android/res/layout/fragment_news.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout/fragment_news.xml b/android/res/layout/fragment_news.xml
index 429ba823fc..9cee899321 100644
--- a/android/res/layout/fragment_news.xml
+++ b/android/res/layout/fragment_news.xml
@@ -6,7 +6,7 @@
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="@dimen/margin_half">
- <android.support.v4.view.ViewPager
+ <androidx.viewpager.widget.ViewPager
android:id="@+id/pager"
android:layout_width="wrap_content"
android:layout_height="0dp"
@@ -83,4 +83,4 @@
android:padding="@dimen/margin_base"
android:background="?clickableBackground"/>
</FrameLayout>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>