跳到主要内容

Spinner下拉选择框

说明

下拉选框

使用示例

<Spinner android:layout_height="wrap_parent"
android:layout_width="match_parent"
android:tag="btn"
android:text="选择1|选择2"
android:textColor="#669999"
android:mode="dialog"
android:textSize="14dp"
android:defaultText="选择2"
android:gravity="center"
/>

属性说明

公有属性

请参考 公有属性

私有属性

属性名说明可选值
layout_weight子元素权重数字
当父级为LinearLayout的时候,子控件可以设置权重
gravity内部的控件对齐方式用法参考
top
bottom
left
right
center_vertical
fill_vertical
center_horizontal
fill_horizontal
center
fill
clip_vertical
clip_horizontal
text下拉文字字符串
多个下拉选项用竖线分隔,例如:选项1|选型2
textColor文字颜色16进制,例如#FFFFFF
textSize文字大小具体数字+dp
defaultText默认选择的数据text中的某一项
mode模式dialog 代表对话框,dropdown代表下拉模式
popupHeight弹出框高度具体数字+dp