@ -0,0 +1,14 @@
|
|||||||
|
update habits set color=0 where color=-2937041;
|
||||||
|
update habits set color=1 where color=-1684967;
|
||||||
|
update habits set color=2 where color=-415707;
|
||||||
|
update habits set color=3 where color=-5262293;
|
||||||
|
update habits set color=4 where color=-13070788;
|
||||||
|
update habits set color=5 where color=-16742021;
|
||||||
|
update habits set color=6 where color=-16732991;
|
||||||
|
update habits set color=7 where color=-16540699;
|
||||||
|
update habits set color=8 where color=-10603087;
|
||||||
|
update habits set color=9 where color=-7461718;
|
||||||
|
update habits set color=10 where color=-2614432;
|
||||||
|
update habits set color=11 where color=-13619152;
|
||||||
|
update habits set color=12 where color=-5592406;
|
||||||
|
update habits set color=0 where color<0 or color>12;
|
Before Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 187 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 181 B |
Before Width: | Height: | Size: 167 B After Width: | Height: | Size: 155 B |
After Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 715 B After Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 822 B After Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 164 B |
Before Width: | Height: | Size: 151 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 134 B |
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 111 B |
After Width: | Height: | Size: 111 B |
Before Width: | Height: | Size: 471 B After Width: | Height: | Size: 183 B |
Before Width: | Height: | Size: 554 B After Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 231 B |
Before Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 426 B |
Before Width: | Height: | Size: 201 B |
Before Width: | Height: | Size: 189 B After Width: | Height: | Size: 140 B |
After Width: | Height: | Size: 140 B |
Before Width: | Height: | Size: 916 B After Width: | Height: | Size: 267 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 331 B |
Before Width: | Height: | Size: 325 B |
Before Width: | Height: | Size: 464 B |
Before Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 504 B |
Before Width: | Height: | Size: 268 B |
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 181 B |
After Width: | Height: | Size: 181 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 493 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 547 B |
@ -1,25 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- Copyright (C) 2010 The Android Open Source Project
|
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
you may not use this file except in compliance with the License.
|
|
||||||
You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<item android:state_window_focused="false" android:state_enabled="true" android:drawable="@drawable/apptheme_textfield_default_holo_light" />
|
|
||||||
<item android:state_window_focused="false" android:state_enabled="false" android:drawable="@drawable/apptheme_textfield_disabled_holo_light" />
|
|
||||||
<item android:state_enabled="true" android:state_focused="true" android:drawable="@drawable/apptheme_textfield_activated_holo_light" />
|
|
||||||
<item android:state_enabled="true" android:state_activated="true" android:drawable="@drawable/apptheme_textfield_focused_holo_light" />
|
|
||||||
<item android:state_enabled="true" android:drawable="@drawable/apptheme_textfield_default_holo_light" />
|
|
||||||
<item android:state_focused="true" android:drawable="@drawable/apptheme_textfield_disabled_focused_holo_light" />
|
|
||||||
<item android:drawable="@drawable/apptheme_textfield_disabled_holo_light" />
|
|
||||||
</selector>
|
|
@ -0,0 +1,58 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright (C) 2016 Álinson Santos Xavier <isoron@gmail.com>
|
||||||
|
~
|
||||||
|
~ This file is part of Loop Habit Tracker.
|
||||||
|
~
|
||||||
|
~ Loop Habit Tracker is free software: you can redistribute it and/or modify
|
||||||
|
~ it under the terms of the GNU General Public License as published by the
|
||||||
|
~ Free Software Foundation, either version 3 of the License, or (at your
|
||||||
|
~ option) any later version.
|
||||||
|
~
|
||||||
|
~ Loop Habit Tracker is distributed in the hope that it will be useful, but
|
||||||
|
~ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
|
~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
|
~ more details.
|
||||||
|
~
|
||||||
|
~ You should have received a copy of the GNU General Public License along
|
||||||
|
~ with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<item
|
||||||
|
android:top="0dp"
|
||||||
|
android:bottom="0dp"
|
||||||
|
android:left="0dp"
|
||||||
|
android:right="0dp">
|
||||||
|
<shape>
|
||||||
|
<solid android:color="@color/black" />
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
<item
|
||||||
|
android:top="0dp"
|
||||||
|
android:bottom="1dp"
|
||||||
|
android:left="0dp"
|
||||||
|
android:right="0dp">
|
||||||
|
<shape>
|
||||||
|
<solid android:color="@color/black" />
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
<item
|
||||||
|
android:top="0dp"
|
||||||
|
android:bottom="1.5dp"
|
||||||
|
android:left="0dp"
|
||||||
|
android:right="0dp">
|
||||||
|
<shape>
|
||||||
|
<solid android:color="@color/black"/>
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
<item
|
||||||
|
android:top="0.5dp"
|
||||||
|
android:bottom="1.5dp"
|
||||||
|
android:left="0.5dp"
|
||||||
|
android:right="0.5dp">
|
||||||
|
<shape>
|
||||||
|
<solid android:color="@color/black"/>
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
</layer-list>
|
@ -0,0 +1,58 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright (C) 2016 Álinson Santos Xavier <isoron@gmail.com>
|
||||||
|
~
|
||||||
|
~ This file is part of Loop Habit Tracker.
|
||||||
|
~
|
||||||
|
~ Loop Habit Tracker is free software: you can redistribute it and/or modify
|
||||||
|
~ it under the terms of the GNU General Public License as published by the
|
||||||
|
~ Free Software Foundation, either version 3 of the License, or (at your
|
||||||
|
~ option) any later version.
|
||||||
|
~
|
||||||
|
~ Loop Habit Tracker is distributed in the hope that it will be useful, but
|
||||||
|
~ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
|
~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
|
~ more details.
|
||||||
|
~
|
||||||
|
~ You should have received a copy of the GNU General Public License along
|
||||||
|
~ with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<item
|
||||||
|
android:top="0dp"
|
||||||
|
android:bottom="0dp"
|
||||||
|
android:left="0dp"
|
||||||
|
android:right="0dp">
|
||||||
|
<shape>
|
||||||
|
<solid android:color="#202020" />
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
<item
|
||||||
|
android:top="0dp"
|
||||||
|
android:bottom="1dp"
|
||||||
|
android:left="0dp"
|
||||||
|
android:right="0dp">
|
||||||
|
<shape>
|
||||||
|
<solid android:color="#101010" />
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
<item
|
||||||
|
android:top="0dp"
|
||||||
|
android:bottom="1.5dp"
|
||||||
|
android:left="0dp"
|
||||||
|
android:right="0dp">
|
||||||
|
<shape>
|
||||||
|
<solid android:color="#202020"/>
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
<item
|
||||||
|
android:top="0.5dp"
|
||||||
|
android:bottom="1.5dp"
|
||||||
|
android:left="0.5dp"
|
||||||
|
android:right="0.5dp">
|
||||||
|
<shape>
|
||||||
|
<solid android:color="@color/grey_850"/>
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
</layer-list>
|
@ -0,0 +1,37 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright (C) 2016 Álinson Santos Xavier <isoron@gmail.com>
|
||||||
|
~
|
||||||
|
~ This file is part of Loop Habit Tracker.
|
||||||
|
~
|
||||||
|
~ Loop Habit Tracker is free software: you can redistribute it and/or modify
|
||||||
|
~ it under the terms of the GNU General Public License as published by the
|
||||||
|
~ Free Software Foundation, either version 3 of the License, or (at your
|
||||||
|
~ option) any later version.
|
||||||
|
~
|
||||||
|
~ Loop Habit Tracker is distributed in the hope that it will be useful, but
|
||||||
|
~ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
|
~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
|
~ more details.
|
||||||
|
~
|
||||||
|
~ You should have received a copy of the GNU General Public License along
|
||||||
|
~ with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||||
|
|
||||||
|
<item android:top="40dp">
|
||||||
|
<shape android:shape="rectangle" >
|
||||||
|
<gradient
|
||||||
|
android:startColor="@color/black"
|
||||||
|
android:endColor="@color/black"
|
||||||
|
android:angle="270"/>
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
<item android:bottom="2dp">
|
||||||
|
<shape android:shape="rectangle" >
|
||||||
|
<solid android:color="@color/black" />
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</layer-list>
|
@ -0,0 +1,37 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright (C) 2016 Álinson Santos Xavier <isoron@gmail.com>
|
||||||
|
~
|
||||||
|
~ This file is part of Loop Habit Tracker.
|
||||||
|
~
|
||||||
|
~ Loop Habit Tracker is free software: you can redistribute it and/or modify
|
||||||
|
~ it under the terms of the GNU General Public License as published by the
|
||||||
|
~ Free Software Foundation, either version 3 of the License, or (at your
|
||||||
|
~ option) any later version.
|
||||||
|
~
|
||||||
|
~ Loop Habit Tracker is distributed in the hope that it will be useful, but
|
||||||
|
~ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
|
~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
|
~ more details.
|
||||||
|
~
|
||||||
|
~ You should have received a copy of the GNU General Public License along
|
||||||
|
~ with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||||
|
|
||||||
|
<item android:top="40dp">
|
||||||
|
<shape android:shape="rectangle" >
|
||||||
|
<gradient
|
||||||
|
android:startColor="#30000000"
|
||||||
|
android:endColor="#00000000"
|
||||||
|
android:angle="270"/>
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
<item android:bottom="2dp">
|
||||||
|
<shape android:shape="rectangle" >
|
||||||
|
<solid android:color="#202020" />
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</layer-list>
|
@ -0,0 +1,51 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright (C) 2016 Álinson Santos Xavier <isoron@gmail.com>
|
||||||
|
~
|
||||||
|
~ This file is part of Loop Habit Tracker.
|
||||||
|
~
|
||||||
|
~ Loop Habit Tracker is free software: you can redistribute it and/or modify
|
||||||
|
~ it under the terms of the GNU General Public License as published by the
|
||||||
|
~ Free Software Foundation, either version 3 of the License, or (at your
|
||||||
|
~ option) any later version.
|
||||||
|
~
|
||||||
|
~ Loop Habit Tracker is distributed in the hope that it will be useful, but
|
||||||
|
~ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
|
~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
|
~ more details.
|
||||||
|
~
|
||||||
|
~ You should have received a copy of the GNU General Public License along
|
||||||
|
~ with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
<attr name="windowBackgroundColor" format="reference"/>
|
||||||
|
<attr name="cardBackgroundColor" format="reference"/>
|
||||||
|
<attr name="headerBackgroundColor" format="reference"/>
|
||||||
|
<attr name="highlightedBackgroundColor" format="reference"/>
|
||||||
|
<attr name="useHabitColorAsPrimary" format="boolean"/>
|
||||||
|
<attr name="palette" format="reference"/>
|
||||||
|
<attr name="aboutScreenColor" format="reference"/>
|
||||||
|
|
||||||
|
<attr name="highContrastTextColor" format="reference"/>
|
||||||
|
<attr name="mediumContrastTextColor" format="reference"/>
|
||||||
|
<attr name="lowContrastTextColor" format="reference"/>
|
||||||
|
|
||||||
|
<attr name="highContrastReverseTextColor" format="reference"/>
|
||||||
|
<attr name="mediumContrastReverseTextColor" format="reference"/>
|
||||||
|
<attr name="lowContrastReverseTextColor" format="reference"/>
|
||||||
|
|
||||||
|
<attr name="iconAdd" format="reference"/>
|
||||||
|
<attr name="iconArchive" format="reference"/>
|
||||||
|
<attr name="iconChangeColor" format="reference"/>
|
||||||
|
<attr name="iconEdit" format="reference"/>
|
||||||
|
<attr name="iconUnarchive" format="reference"/>
|
||||||
|
<attr name="dialogIconChangeColor" format="reference"/>
|
||||||
|
|
||||||
|
<attr name="dialogFormSpinnerTheme" format="reference"/>
|
||||||
|
|
||||||
|
<!-- Pre-Lollipop -->
|
||||||
|
<attr name="cardBackground" format="reference"/>
|
||||||
|
<attr name="headerBackground" format="reference"/>
|
||||||
|
<attr name="selectedBackground" format="reference"/>
|
||||||
|
</resources>
|