I am trying to use a custom background for the TimePickerDialog using
this theme by passing it as second argument in the constructor:
<style name="TimePickerTheme" parent="@android:style/Theme.Dialog">
<item name="android:windowBackground">@drawable/mybg</item>
</style>
But this doesn't work. Any ideas how I can do this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---