2015-07-03 15:29:11 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
|
|
|
<style name="BaseTheme" parent="@style/Theme.AppCompat.Light.DarkActionBar">
|
|
|
|
<item name="colorPrimary">@color/primary</item>
|
|
|
|
<item name="colorPrimaryDark">@color/primary_dark</item>
|
|
|
|
<item name="colorAccent">@color/accent</item>
|
|
|
|
<item name="android:textColorPrimary">@color/primary_text</item>
|
|
|
|
<item name="android:textColorSecondary">@color/secondary_text</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="AppTheme" parent="BaseTheme"/>
|
|
|
|
|
2015-07-07 00:10:12 +00:00
|
|
|
<style name="Translucent" parent="AppTheme">
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
<item name="android:windowBackground">@android:color/transparent</item>
|
|
|
|
<item name="android:colorBackgroundCacheHint">@null</item>
|
|
|
|
<item name="android:windowIsTranslucent">true</item>
|
|
|
|
<item name="android:windowAnimationStyle">@android:style/Animation</item>
|
|
|
|
</style>
|
|
|
|
|
2015-07-03 15:29:11 +00:00
|
|
|
</resources>
|