如何重用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').
如何解决这个问题?
答案 0 :(得分:0)
您正在尝试使用声明为私有的SDK中的属性。您不能在项目中使用它们。解决此特定问题(numberpicker样式)的一种方法是,您可以考虑使用以下库: