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').
これを解決するには?