summaryrefslogtreecommitdiffstats
path: root/quickstep/res/drawable
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2017-11-10 11:42:13 -0800
committerWinson Chung <winsonc@google.com>2017-11-10 12:03:43 -0800
commit8ae4198a448ab308aed95756e82da82ce42735a7 (patch)
treeaa13c6de0dfe1ab931d4a8308ee96195d5756ed9 /quickstep/res/drawable
parenta783400823349d3e535333585b89dcb2070e929a (diff)
downloadandroid_packages_apps_Trebuchet-8ae4198a448ab308aed95756e82da82ce42735a7.tar.gz
android_packages_apps_Trebuchet-8ae4198a448ab308aed95756e82da82ce42735a7.tar.bz2
android_packages_apps_Trebuchet-8ae4198a448ab308aed95756e82da82ce42735a7.zip
Adding some task views.
Bug: 69166452 Test: Build quickstep Change-Id: Iee4cb0b9ac32716f588082a197a90ec1b2655047
Diffstat (limited to 'quickstep/res/drawable')
-rw-r--r--quickstep/res/drawable/task_thumbnail_background.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/quickstep/res/drawable/task_thumbnail_background.xml b/quickstep/res/drawable/task_thumbnail_background.xml
new file mode 100644
index 000000000..27efd6c68
--- /dev/null
+++ b/quickstep/res/drawable/task_thumbnail_background.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2017 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="#FF000000" />
+ <corners android:radius="6dp" />
+</shape>