2010-04-06 15:54:51 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2014-02-02 10:24:58 -05:00
|
|
|
<!-- Used in Android < 4 -->
|
|
|
|
|
|
|
|
<style name="KeychainTheme" parent="@style/Theme.AppCompat.Light">
|
|
|
|
<item name="android:alertDialogStyle">@style/CustomDialogTheme</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<!-- Ugly fix to make content background of Dialogs on Android < 4 white not black! -->
|
|
|
|
<style name="CustomDialogTheme" parent="@android:style/Theme.Dialog">
|
|
|
|
<item name="android:fullDark">@drawable/popup_full_bright</item>
|
|
|
|
<!--<item name="android:topDark">@android:drawable/popup_full_dark</item>-->
|
|
|
|
<item name="android:centerDark">@drawable/popup_center_bright</item>
|
|
|
|
<!--<item name="android:bottomDark">@android:drawable/popup_bottom_dark</item>-->
|
|
|
|
<!--<item name="fullBright">@android:drawable/popup_full_bright</item>-->
|
|
|
|
<!--<item name="topBright">@android:drawable/popup_top_bright</item>-->
|
|
|
|
<!--<item name="centerBright">@android:drawable/popup_center_bright</item>-->
|
|
|
|
<!--<item name="bottomBright">@android:drawable/popup_bottom_bright</item>-->
|
|
|
|
<!--<item name="bottomMedium">@android:drawable/popup_bottom_medium</item>-->
|
|
|
|
<!--<item name="centerMedium">@android:drawable/popup_center_medium</item>-->
|
|
|
|
</style>
|
2012-03-09 10:27:29 -05:00
|
|
|
|
2012-04-12 13:44:00 -04:00
|
|
|
<style name="SectionHeader">
|
|
|
|
<item name="android:drawableBottom">@drawable/section_header</item>
|
|
|
|
<item name="android:drawablePadding">4dp</item>
|
|
|
|
<item name="android:layout_marginTop">8dp</item>
|
2014-05-06 16:48:47 -04:00
|
|
|
<item name="android:paddingLeft">8dp</item>
|
|
|
|
<item name="android:textStyle">bold</item>
|
2012-04-12 13:44:00 -04:00
|
|
|
<item name="android:textColor">@color/emphasis</item>
|
|
|
|
<item name="android:textSize">14sp</item>
|
|
|
|
</style>
|
|
|
|
|
2014-05-04 18:58:22 -04:00
|
|
|
<style name="SelectableItem">
|
|
|
|
<item name="android:background">@drawable/selector_transparent_button</item>
|
|
|
|
</style>
|
2014-02-02 10:24:58 -05:00
|
|
|
|
2012-03-09 10:27:29 -05:00
|
|
|
</resources>
|