diff options
author | Scott Jackson <daneren2005@gmail.com> | 2015-08-18 17:43:23 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2015-08-18 17:43:23 -0700 |
commit | 7f8f9f1d3bf05935d0af50982e2af187188fb57e (patch) | |
tree | 8fdae9af240611cb5e9cf2605c01d704e11c784c /app/src/main/res/drawable-v22/notification_pause.xml | |
parent | 1f9374f7fac51d13e87929c3f87705840be8c237 (diff) | |
download | dsub-7f8f9f1d3bf05935d0af50982e2af187188fb57e.tar.gz dsub-7f8f9f1d3bf05935d0af50982e2af187188fb57e.tar.bz2 dsub-7f8f9f1d3bf05935d0af50982e2af187188fb57e.zip |
Update target version to 22, update notification for white theme
Diffstat (limited to 'app/src/main/res/drawable-v22/notification_pause.xml')
-rw-r--r-- | app/src/main/res/drawable-v22/notification_pause.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/drawable-v22/notification_pause.xml b/app/src/main/res/drawable-v22/notification_pause.xml new file mode 100644 index 00000000..330260ff --- /dev/null +++ b/app/src/main/res/drawable-v22/notification_pause.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<bitmap + xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/media_pause_light"/>
\ No newline at end of file |