2012-04-06 03:46:23 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-04-21 06:43:18 -04:00
|
|
|
<resources>
|
2012-04-06 03:46:23 -04:00
|
|
|
|
2009-04-21 06:43:18 -04:00
|
|
|
<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>
|
|
|
|
|
2012-04-06 03:46:23 -04:00
|
|
|
<!--
|
|
|
|
Fix a bug with AutoCompleteTextView
|
|
|
|
See https://code.google.com/p/android/issues/detail?id=5237
|
|
|
|
-->
|
|
|
|
<style name="Widget.K9.AutoCompleteTextView" parent="@android:style/Widget.AutoCompleteTextView">
|
|
|
|
<item name="android:textColor">@android:color/primary_text_light</item>
|
|
|
|
</style>
|
2009-04-21 06:43:18 -04:00
|
|
|
|
2013-01-01 06:48:31 -05:00
|
|
|
<style name="TextAppearance.StatusBar.EventContent.Emphasized" parent="@android:style/TextAppearance.StatusBar.EventContent">
|
2013-01-02 11:02:57 -05:00
|
|
|
<item name="android:textStyle">bold</item>
|
2013-01-01 06:48:31 -05:00
|
|
|
</style>
|
2009-04-21 06:43:18 -04:00
|
|
|
</resources>
|
2012-04-06 03:46:23 -04:00
|
|
|
|