Match pager_fragment's pager height with its parent

This commit is contained in:
Ebrahim Byagowi 2020-04-08 16:42:23 +04:30
parent 74ec3b1e4a
commit 79e85363fb
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@
<androidx.viewpager2.widget.ViewPager2
android:id="@+id/viewpager"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
android:layout_height="match_parent"/>
</LinearLayout>