summaryrefslogtreecommitdiffstats
path: root/quickstep/res/drawable
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-01-14 14:41:29 -0800
committervadimt <vadimt@google.com>2019-01-17 12:57:02 -0800
commit759db43f3b96075163c233149e2e9aa8f2923107 (patch)
tree899b2b42214169d4d0d98a13f3875bf1628459c4 /quickstep/res/drawable
parentff9571b30f75c8575e441c5fb2e4211662dc7494 (diff)
downloadandroid_packages_apps_Trebuchet-759db43f3b96075163c233149e2e9aa8f2923107.tar.gz
android_packages_apps_Trebuchet-759db43f3b96075163c233149e2e9aa8f2923107.tar.bz2
android_packages_apps_Trebuchet-759db43f3b96075163c233149e2e9aa8f2923107.zip
Implementing available part of UX spec for DW toast
See https://docs.google.com/presentation/d/1AepsnLeKcRhjMW35SkB5yMKO3u6waigug8Tyfe0LO5o/edit#slide=id.g4c5ab81849_0_0 Also using time formatting code copy-pasted from Google DWB app. Bug: 118319143 Tests: Manual Change-Id: I84392d7655f402e38cf4c46ae530d06f755a7df8
Diffstat (limited to 'quickstep/res/drawable')
-rw-r--r--quickstep/res/drawable/bg_wellbeing_toast.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/quickstep/res/drawable/bg_wellbeing_toast.xml b/quickstep/res/drawable/bg_wellbeing_toast.xml
new file mode 100644
index 000000000..22d6f8aa7
--- /dev/null
+++ b/quickstep/res/drawable/bg_wellbeing_toast.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2019 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="rectangle">
+ <solid android:color="#E61A73E8" />
+ <corners android:radius="@dimen/task_corner_radius" />
+</shape> \ No newline at end of file