我是靠谱客的博主 冷静萝莉,这篇文章主要介绍android timepicker 设置颜色,如何在Android中更改DatePicker和TimePicker对话框的默认颜色?...,现在分享给大家,希望可以做个参考。

有没有办法更改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内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(54)

评论列表共有 0 条评论

立即
投稿
返回
顶部