Android布局样式

195 阅读1分钟

1、layout_width、layout_height :每一个View必须要定义的两个属性是layout_width和layout_height,这两个属性的值只能在"match_parent"、"wrap_content"、"fill_parent"