android:layout_width="fill_parent" //控件的宽度与父级容器相同(不是屏幕) android:layout_height="wrap_content" //控件的高度是包裹住内容需要的高度