赞
踩
比如我现在有这么一个样式的DatePicker,如图:
这个样式太原始了,感觉不是特别好看,可以添加主题样式来修改,比如这样的:
我这里是把DatePicker装入对话框里面的,贴下代码,
- <DatePicker
- android:id="@+id/date_picker"
- android:theme="@android:style/Theme.Holo.Light.NoActionBar"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="5dip" />
这句是关键,如果想要其他系统样式,这里也可以修改的。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。