Fix deprecated fill_parent attributes
This commit is contained in:
parent
7ceea2cd8d
commit
e2791cdf0f
3 changed files with 4 additions and 4 deletions
|
|
@ -72,7 +72,7 @@
|
|||
android:textColor="?attr/colorAccent" />
|
||||
|
||||
<HorizontalScrollView
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="16dp">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue