문제

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