Android: layout _ width = "match_parent" 에서 match _ parent 의 유형이 일치하지 않는다는 메시지가 항상 나타나는 이유는 무엇입니까
< /p>
사용 중인 SDK 버전은 무엇입니까? < /p>
당신의 버전이 너무 낮아서 2.2 가 되어야 match_paren 을 사용할 수 있습니다. Fill _ parent
fill _ parent-1 the view should be as big as its parent (MINUS padding) 만 사용할 수 있습니다 . this constant is deprecated starting from API level 8 and is replaced by match _ parent. P >
match _ parent-1 the view should be as big as its parent (MINUS padding). introduced in API level 8. P >
wrap _ content-2 the view should be only big enough to enclose its content (plus padding).