重用sdk的风格和属性

时间:2013-07-11 18:05:25

标签: android android-styles

如何重用Android SDK中的样式? 我正在尝试使用....\android-sdk\platforms\android-11\data\res\layout\number_picker.xml

的一部分
<EditText android:id="@+id/numberpicker_input"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    style="?android:attr/numberPickerInputTextStyle" />  <------- HERE ERROR

我在xml编辑器中遇到错误error: Error: Attribute is not public. (at 'style' with value '?android:attr/numberPickerInputTextStyle').

如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

您正在尝试使用声明为私有的SDK中的属性。您不能在项目中使用它们。解决此特定问题(numberpicker样式)的一种方法是,您可以考虑使用以下库:

https://github.com/SimonVT/android-numberpicker