blob: 2f9624184644d7ea0acc7f06c22f115c49dfd1d7 (
plain)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="utf-8"?>
<androidx.viewpager2.widget.ViewPager2
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/article_pager"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
|