标签:
android:latout_width | fill_parent | 设置组件宽高,fill和wrap相同 |
match_parent | ||
wrap_content | ||
android:text | 组件中文字 | 组件中文字 |
android:ems | 数值和长度单位 | 英文字M的数倍 |
android:inputType | text/number/date/time... | 文字类型 |
android:background | example:ff0000 | 6或6十六位进制数设置底色 |
android:textSize | 数值 | 设置文字大小 |
android:textColor | 颜色同background | |
android:password | true/false | 暗码显示 |
android:autoLink | web/email/phone/all | 自动检测字符串超链接 |
android:hint | 提示文字 | 没有输入任何数据是提示 |
android:textColorHint | 颜色 | |
android:latout_margin | 数值和长度单位 | 组件四周间隔距离 |
android:latout_marginLeft | 单个指定 | |
android:latout_marginRight | ||
android:latout_marginTop | ||
android:latout_marginBottom | ||
android:padding | 数值和长度单位 | 内部文字和边的距离 |
android:paddingLeft | 单个指定 | |
android:paddingRight | ||
android:paddingTop | ||
android:paddingBottom | ||
android:gravity | top/left/center... | 对象对齐方式 |
android:layout_gravity | top/left/center... | 相对于外框对齐方式 |
android:latout_weight | 数值 | 使用固定比例的宽度 |
我在这里给出一些常用的以后方便查询。
标签:
原文地址:http://www.cnblogs.com/mrAAron/p/5236818.html