概述
有没有办法更改DatePicker和TimePicker对话框的默认颜色?
这是我试过的代码
style="@style/date_picker"
android:background="#6495ED"
android:id="@+id/DatePicker"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:layout_marginLeft="5dip"
android:layout_marginRight="5dip" />
android:id="@+id/TimePicker"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:layout_marginLeft="5dip"
android:layout_marginRight="5dip" />
下面两行只改变背景颜色,我想改变日期和时间选择器的默认银色.任何帮助请.
style="@style/date_picker"
android:background="#6495ED"
最后
以上就是冷静萝莉为你收集整理的android timepicker 设置颜色,如何在Android中更改DatePicker和TimePicker对话框的默认颜色?...的全部内容,希望文章能够帮你解决android timepicker 设置颜色,如何在Android中更改DatePicker和TimePicker对话框的默认颜色?...所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复