I'm little confused about two properties match_parent and fill_parent of layout. It seems both are same. I want to know how this properties are different? TIA
|
They're the same thing (in API Level 8+). Use
http://developer.android.com/reference/android/view/ViewGroup.LayoutParams.html |
|||||||||||||||||||||
|
|
Google changed the name to avoid confusion; The name Thus Both constants resolve to |
||||
|
|
Functionally no difference, Google just changed the name from fill_parent to match_parent, from API level 8 (Android 2.2). FILL_PARENT is still available for compatibility reason.
Since most of the |
|||
|
|
|
For compatibility sake it's better to stick to fill_parent. |
|||||
|
