summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2014-07-11 03:57:42 -0700
committerAndrew Sapperstein <asapperstein@google.com>2014-07-14 20:00:30 -0400
commit735a22a197215ec4787ad9f3cbaf465cce54f4d0 (patch)
tree81da788e423ef8d03e7636fca5a1f357d14a7c16 /res/drawable
parent93e6457cf4391f1aff025808b536135b5bdbfe39 (diff)
downloadandroid_packages_apps_UnifiedEmail-735a22a197215ec4787ad9f3cbaf465cce54f4d0.tar.gz
android_packages_apps_UnifiedEmail-735a22a197215ec4787ad9f3cbaf465cce54f4d0.tar.bz2
android_packages_apps_UnifiedEmail-735a22a197215ec4787ad9f3cbaf465cce54f4d0.zip
Quantum CV - drafts. b/16138121
New assets, new red color for drafts. Super-collapsed becomes red when there's a draft. Conversation footer is hidden when last message is a draft. Change-Id: I89a58971a19475be79f56cae53934f3c7b2ab894 Missing: properly re-sizing the footer.
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/draft_background_circle.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/drawable/draft_background_circle.xml b/res/drawable/draft_background_circle.xml
new file mode 100644
index 000000000..92ba6f5ed
--- /dev/null
+++ b/res/drawable/draft_background_circle.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 Google Inc.
+ Licensed to 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.
+-->
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="oval">
+ <solid android:color="@color/light_gray" />
+</shape> \ No newline at end of file