Obsolete
Status Update
Comments
ge...@gmail.com <ge...@gmail.com> #2
[Comment deleted]
al...@gmail.com <al...@gmail.com> #3
[Comment deleted]
al...@android.com <al...@android.com>
sa...@google.com <sa...@google.com> #4
Thank you for your feedback. We assure you that we are doing our best to address all issues reported. For now, we will be closing the issue as won't fix obsolete.
Description
I cannot override the android:numberPickerStyle. Here's what i've done :
In folder values, i have two files :
1.themes.xml :
<style name="AppTheme" parent="AppBaseTheme" >
<item name="android:numberPickerStyle">@style/AppTheme.Widget.NumberPicker</item>
</style>
2.styles.xml :
<style name="AppTheme.Widget.NumberPicker" parent="@android:style/Widget.NumberPicker">
<item name="selectionDivider">@drawable/mynumberpicker_selection_divider</item>
</style>
I've got the following errors :
styles.xml: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/
Widget.NumberPicker'.
themes.xml: error: Error: No resource found that matches the given name: attr 'android:numberPickerStyle'.
My project use SDK 14