Android: usando estilos por defecto

<style name="test" parent="@android:style/WindowTitle"></style>

Cada vez que escribo lo anterior, recibo el siguiente mensaje de error de eclipse:

Description
Resource Path Location Type

error: Error retrieving parent for item: No resource found that matches the given name '@android:style/WindowTitle'.
styles.xml  /alertdialogapp/res/values  line 3  Android AAPT Problem

El mismo error también aparece cuando uso el estilo.@android:style/AlertDialog

Respuestas a la pregunta(1)

Su respuesta a la pregunta