如何重用 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').
如何解决这个问题?