我正在开发一个 android 应用程序,我在其中使用 TimePicker。问题是,TimePicker Style 没有根据 android 的不同版本进行更新。
即使在最新的 jellyBean 手机中也出现了相同的旧版本 TimePicker。不确定可能是什么问题。
请帮忙!谢谢!
更新:
包中的 Value-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>