テーマを適用したい(基本的には定義します)単純なユーザー名/パスワードダイアログを作成しました。windowBackground
また、でプレビューしたいと思いますEclipse
。
テーマコンボボックスに自分のテーマが他のテーマと一緒に表示されているのがわかりますが、それを選択すると次のエラーが発生します。
Missing styles. Is the correct theme chosen for this layout?
Use the Theme combo box above the layout to choose a different layout, or fix the theme style references.
Failed to find style 'textViewStyle' in current theme
android.content.res.Resources$NotFoundException
Couldn't find theme resource attr/textAppearanceLarge for the current theme
Exception details are logged in Window > Show View > Error Log
The following classes could not be found:
- TextView (Change to android.widget.TextView, Fix Build Path, Edit XML)
テーマの定義:
<style name="my_theme">
<item name="android:windowBackground">@drawable/form_header</item>
<!-- <item name="android:padding">0dp</item>-->
<item name="android:windowNoTitle">true</item>
</style>
デバッグは正常に機能します。ただし、WYSIWYGの方が評価できます。