My issue is exactly the same as this question where my activities with the dialog theme do not display with a divider line underneath the title.
<activity android:name="com.identifier.MyActivity"
android:theme="@android:style/Theme.Dialog">
</activity>
The accepted answer suggests putting a view in the main content of the activity. However I'd prefer to customise the actual dialog theme rather than have to do this for every activity. How can I do this?
Thanks