Add notification actions (check, snooze)

This commit is contained in:
2015-03-13 05:41:04 -04:00
parent 0d747928d8
commit 7577277425
14 changed files with 199 additions and 37 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 694 B

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item>
<shape android:shape="oval" >
<gradient
android:endColor="#00000000"
android:gradientRadius="50%p"
android:startColor="#50000000"
android:type="radial" />
</shape>
</item>
<item
android:bottom="6dp"
android:left="4dp"
android:right="4dp"
android:top="2dp">
<shape android:shape="oval" >
<solid android:color="#ffffff" />
</shape>
</item>
</layer-list>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item>
<shape android:shape="oval" >
<gradient
android:endColor="#00000000"
android:gradientRadius="50%p"
android:startColor="#50000000"
android:type="radial" />
</shape>
</item>
<item
android:bottom="6dp"
android:left="4dp"
android:right="4dp"
android:top="2dp">
<shape android:shape="oval" >
<solid android:color="#20000000" />
</shape>
</item>
</layer-list>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -4,7 +4,7 @@
<shape android:shape="oval" >
<gradient
android:endColor="#00000000"
android:gradientRadius="50%p"
android:gradientRadius="@dimen/radius"
android:startColor="#50000000"
android:type="radial" />
</shape>

View File

@@ -4,7 +4,7 @@
<shape android:shape="oval" >
<gradient
android:endColor="#00000000"
android:gradientRadius="50%p"
android:gradientRadius="@dimen/radius"
android:startColor="#50000000"
android:type="radial" />
</shape>

View File

@@ -41,5 +41,7 @@
<string name="habit_key"></string>
<string name="offset_key"></string>
<item type="id" name="KEY_TIMESTAMP"/>
</resources>