This is the style for my activity
<style name="AppTheme" parent="android:Theme.Holo.Light.Dialog.MinWidth">
<item name="android:windowTitleStyle">@android:style/TextAppearance.Holo.Large</item>
<item name="android:windowCloseOnTouchOutside">true</item>
</style>
and it is correctly displayed as a not full screen dialog, as desired. I'd like to display an icon also to the left of the activity title but I cannot figure out how. Thanks in advance.
PS minSdkVersion 13