Remove dark theme
Before Width: | Height: | Size: 589 B |
Before Width: | Height: | Size: 353 B |
Before Width: | Height: | Size: 450 B |
Before Width: | Height: | Size: 560 B |
Before Width: | Height: | Size: 587 B |
Before Width: | Height: | Size: 394 B |
Before Width: | Height: | Size: 639 B |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 760 B |
Before Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 543 B |
Before Width: | Height: | Size: 707 B |
Before Width: | Height: | Size: 753 B |
Before Width: | Height: | Size: 441 B |
Before Width: | Height: | Size: 827 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 574 B |
Before Width: | Height: | Size: 757 B |
Before Width: | Height: | Size: 942 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 495 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 202 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 414 B |
Before Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 362 B |
Before Width: | Height: | Size: 457 B |
Before Width: | Height: | Size: 2.8 KiB |
@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
** Copyright (c) 2012 Todoroo Inc
|
||||
**
|
||||
** See the file "LICENSE" for the full license governing this code.
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid
|
||||
android:color="#111"/>
|
||||
<corners
|
||||
android:radius="4dp" />
|
||||
<size android:width="40dip"
|
||||
android:height="40dip"/>
|
||||
</shape>
|
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB |
@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="AstridActionBarStyle" parent="@style/Widget.AppCompat.ActionBar">
|
||||
<item name="android:displayOptions">showHome|showTitle</item>
|
||||
<item name="android:background">@drawable/header_day_blue</item>
|
||||
</style>
|
||||
|
||||
<style name="AstridActionBarStyle.Dialog">
|
||||
<item name="android:background">@drawable/header_background</item>
|
||||
<item name="android:displayOptions">showHome|showTitle</item>
|
||||
</style>
|
||||
|
||||
<style name="AstridActionBarStyle.Dialog.Light">
|
||||
<item name="android:background">@android:color/white</item>
|
||||
<item name="android:displayOptions">showHome|showTitle</item>
|
||||
</style>
|
||||
|
||||
<style name="TEA_Dialog_ICS" parent="@android:style/Theme.Holo.Dialog">
|
||||
<item name="android:windowFrame">@null</item>
|
||||
<item name="android:windowTitleStyle">@style/TEA_DialogWindowTitle</item>
|
||||
<item name="android:windowIsFloating">true</item>
|
||||
<item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
|
||||
<item name="android:windowSoftInputMode">stateUnspecified|adjustResize</item>
|
||||
<item name="asTextColor">#ffffff</item>
|
||||
</style>
|
||||
|
||||
<style name="TEA_Dialog_Light_ICS" parent="@android:style/Theme.Holo.Light.Dialog">
|
||||
<item name="android:windowFrame">@null</item>
|
||||
<item name="android:windowTitleStyle">@style/TEA_DialogWindowTitle</item>
|
||||
<item name="android:windowIsFloating">true</item>
|
||||
<item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
|
||||
<item name="android:windowSoftInputMode">stateUnspecified|adjustResize</item>
|
||||
<item name="asTextColor">#000000</item>
|
||||
</style>
|
||||
|
||||
</resources>
|