|
|
|
@ -27,7 +27,7 @@
|
|
|
|
|
<item name="asMicButtonImg">@drawable/mic_button_blue</item>
|
|
|
|
|
<item name="asCommentButtonImg">@drawable/comment_blue</item>
|
|
|
|
|
<item name="asFilledCommentButtonImg">@drawable/comment_blue_filled</item>
|
|
|
|
|
<item name="asEditTextBackground">@drawable/edit_title_background_dark</item>
|
|
|
|
|
<item name="asEditTextBackground">@null</item>
|
|
|
|
|
<item name="asEditBackground">#101010</item>
|
|
|
|
|
<item name="asEditRowBackground">@drawable/task_edit_background</item>
|
|
|
|
|
<item name="asEditTabBackground">@drawable/custom_tab_indicator_dark</item>
|
|
|
|
@ -54,10 +54,6 @@
|
|
|
|
|
<item name="vpiTabTextStyle">@style/CustomTabPageIndicator.Text</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="Theme.Simple" parent="Theme">
|
|
|
|
|
<item name="asEditTextBackground">@null</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="Theme.Transparent" parent="Theme">
|
|
|
|
|
<item name="asContentBackground">#22000000</item>
|
|
|
|
|
<item name="abBackground">#aa000000</item>
|
|
|
|
@ -70,10 +66,6 @@
|
|
|
|
|
<item name="android:colorBackgroundCacheHint">@null</item>
|
|
|
|
|
<item name="android:windowShowWallpaper">true</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="Theme.Transparent.Simple" parent="Theme.Transparent">
|
|
|
|
|
<item name="asEditTextBackground">@null</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="Theme.White" parent="@style/Theme.Sherlock.Light">
|
|
|
|
|
<item name="asContentBackground">@android:color/white</item>
|
|
|
|
@ -92,7 +84,6 @@
|
|
|
|
|
<item name="asCommentButtonImg">@drawable/comment_red</item>
|
|
|
|
|
<item name="asFilledCommentButtonImg">@drawable/comment_red_filled</item>
|
|
|
|
|
<item name="asEditRowBackground">@drawable/task_edit_background_white</item>
|
|
|
|
|
<item name="asEditTextBackground">@drawable/edit_title_background</item>
|
|
|
|
|
<item name="asEditTabBackground">@drawable/custom_tab_indicator</item>
|
|
|
|
|
<item name="asMainMenu">@drawable/menu_button_red</item>
|
|
|
|
|
<item name="asPeopleMenu">@drawable/people_menu_button_red</item>
|
|
|
|
@ -112,10 +103,6 @@
|
|
|
|
|
<item name="abLogo">@drawable/home_button_red</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="Theme.White.Simple" parent="Theme.White">
|
|
|
|
|
<item name="asEditTextBackground">@null</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="Theme.White.Blue">
|
|
|
|
|
<item name="asAddButtonImg">@drawable/plus_button_dark_blue</item>
|
|
|
|
|
<item name="asMicButtonImg">@drawable/mic_button_dark_blue</item>
|
|
|
|
@ -131,10 +118,6 @@
|
|
|
|
|
<item name="abBackground">@drawable/header_day_blue</item>
|
|
|
|
|
<item name="abLogo">@drawable/home_button_dark_blue</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="Theme.White.Blue.Simple" parent="Theme.White.Blue">
|
|
|
|
|
<item name="asEditTextBackground">@null</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="Theme.White.Alt">
|
|
|
|
|
<item name="asAddButtonImg">@drawable/plus_button_blue</item>
|
|
|
|
@ -154,10 +137,6 @@
|
|
|
|
|
<item name="asHeaderTextColorInverse">?attr/asThemeTextColor</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="Theme.White.Alt.Simple" parent="Theme.White.Alt">
|
|
|
|
|
<item name="asEditTextBackground">@null</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="Theme.TransparentWhite" parent="Theme.White.Blue">
|
|
|
|
|
<item name="asContentBackground">#22000000</item>
|
|
|
|
|
<item name="abBackground">#aa000000</item>
|
|
|
|
@ -171,10 +150,6 @@
|
|
|
|
|
<item name="android:windowShowWallpaper">true</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="Theme.TransparentWhite.Simple" parent="Theme.TransparentWhite">
|
|
|
|
|
<item name="asEditTextBackground">@null</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="Theme.FullTransparent" parent="@style/Theme.Sherlock">
|
|
|
|
|
<item name="android:windowIsTranslucent">true</item>
|
|
|
|
|
<item name="android:windowBackground">@android:color/transparent</item>
|
|
|
|
|