我正在开发一个安卓应用程序,在那里我使用TimePicker。问题是,TimePicker风格并没有根据安卓的不同版本进行更新。
即使是在最新的TimePicker手机上,也出现了同样的老版本的jellyBean。不知道会有什么问题。
请帮帮我!谢谢!
更新:
值-v11,包中的v14文件夹具有以下代码的style.xml。
<style name="AppBaseTheme" parent="android:Theme.Light">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>
<style name="myDialog" parent="android:style/Theme.Dialog">
<item name="android:windowNoTitle">true</item>
</style>发布于 2013-08-21 13:38:01
在您的项目目录中有一个名为values xhdpi/values hdpi的文件夹吗?
https://stackoverflow.com/questions/18358767
复制相似问题