Fix deprecated fill_parent attributes

This commit is contained in:
TacoTheDank 2021-07-27 13:38:59 -04:00
parent e79f6bd10f
commit d45640026f
3 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@
<androidx.viewpager.widget.ViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="fill_parent"
android:layout_height="match_parent"
android:layout_below="@id/main_tab_layout" />
</RelativeLayout>