Thème de l'aperçu d'échec dans les Eclipse

J'ai fait un simple nom d'utilisateur/mot de passe de boîte de dialogue à laquelle je veux appliquer un thème (essentiellement, il définit windowBackground) et voudrais aussi aperçu dans Eclipse.

Je vois que mon thème est affichée ainsi que d'autres thèmes dans le Thème de zone de liste modifiable, mais la sélection, il génère l'erreur suivante:

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)

La définition du thème:

<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>

De débogage fonctionne très bien. Cependant WYSIWYG serait un plus appréciable.