سؤال

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

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top