FILL_PARENT (renamed MATCH_PARENT in API Level 8 and higher),
which means that the View wants to be as big as its parent (minus padding)
WRAP_CONTENT, which means that the View wants to be just big enough to enclose
its content (plus padding)
which means that the View wants to be as big as its parent (minus padding)
WRAP_CONTENT, which means that the View wants to be just big enough to enclose
its content (plus padding)
No comments:
Post a Comment