We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4247892 commit 5d58ad9Copy full SHA for 5d58ad9
1 file changed
demo/src/main/res/layout/activity_main.xml
@@ -5,6 +5,9 @@
5
android:layout_height="match_parent"
6
android:background="#fff"
7
android:orientation="vertical">
8
+ <View android:id="@+id/view"
9
+ android:layout_width="match_parent"
10
+ android:layout_height="0dp"/>
11
<androidx.viewpager.widget.ViewPager
12
android:id="@+id/viewPager"
13
android:layout_width="match_parent"
0 commit comments