Fix deprecated fill_parent attributes
This commit is contained in:
parent
7ceea2cd8d
commit
e2791cdf0f
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue