I have downgraded my API to 7 and cannot figure out the difference in padding or sizes in either length or width in regards to match_parent and fill_parent
Asked
Active
Viewed 47 times
2 Answers
0
FILL_PARENT (renamed in favour of MATCH_PARENT in API Level 8+)
https://developer.android.com/reference/android/view/ViewGroup.LayoutParams.html

Vincent
- 64
- 8
0
FILL_PARENT has been renamed to MATCH_PARENT for API level above 8 to avoid the confusion in the developers

MRX
- 1,400
- 3
- 12
- 32
-
`... to avoid the confusion ...` Well, it seems the sentence should be `... to add confusion ...` – Phantômaxx Jul 03 '17 at 07:13