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

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>