mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-01 08:05:08 -04:00
636127d6fb
(This wouldn't be necessary, but the builtin dialog styles are broken for light themes before cupcake)
14 lines
568 B
XML
14 lines
568 B
XML
<resources>
|
|
<style name="Theme.K9Dialog" parent="@android:Theme.Light">
|
|
<item name="android:windowFrame">@null</item>
|
|
<item name="android:windowBackground">@drawable/popup_background</item>
|
|
<item name="android:attr/windowTitleStyle">?android:attr/textAppearanceLargeInverse</item>
|
|
<item name="android:windowIsFloating">true</item>
|
|
<item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
|
|
<item name="android:windowContentOverlay">@drawable/panel_separator</item>
|
|
|
|
</style>
|
|
|
|
|
|
</resources>
|