0

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

4

1 回答 1

1

您可以在 github https://github.com/inmite/android-styled-dialogs
中使用它 我希望这是您所需要的

于 2013-08-15T10:01:43.400 回答