Initial import

This commit is contained in:
2014-11-08 06:08:56 -05:00
commit 477eb80109
100 changed files with 7817 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/habits_item_check_pressed" android:state_pressed="true"></item>
<item android:drawable="@drawable/habits_item_check_pressed" android:state_focused="true"></item>
<item android:drawable="@drawable/habits_item_check_normal"></item>
</selector>