summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-09-18 18:33:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-18 18:33:26 +0000
commit9aefd415577516afa0967cbb7db0a2006f3ac6ea (patch)
tree9bf16e17c1a1db6631ff8eb6b6a8d42b6068257a /packages/SystemUI/res/drawable
parent595f6d912a5cda3f0a84b3013f256634a3e8191e (diff)
parente8199c582d826a39e6e47b0d8418834c15242fec (diff)
downloadframeworks_base-9aefd415577516afa0967cbb7db0a2006f3ac6ea.zip
frameworks_base-9aefd415577516afa0967cbb7db0a2006f3ac6ea.tar.gz
frameworks_base-9aefd415577516afa0967cbb7db0a2006f3ac6ea.tar.bz2
Merge "Removed round rect clipping and hardware layers from recents" into lmp-dev
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r--packages/SystemUI/res/drawable/recents_task_view_header_bg_color.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/recents_task_view_header_bg_color.xml b/packages/SystemUI/res/drawable/recents_task_view_header_bg_color.xml
new file mode 100644
index 0000000..5f9341c
--- /dev/null
+++ b/packages/SystemUI/res/drawable/recents_task_view_header_bg_color.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 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">
+ <corners android:topLeftRadius="@dimen/recents_task_view_rounded_corners_radius"
+ android:topRightRadius="@dimen/recents_task_view_rounded_corners_radius"/>
+ <solid android:color="#00000000" />
+</shape> \ No newline at end of file