Fix deprecated fill_parent attributes

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

View file

@ -1,6 +1,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<include