-2

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

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115

2 Answers2

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