Question

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

Was it helpful?

Solution

You can use this in github https://github.com/inmite/android-styled-dialogs
I hope this is what you need

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top