summaryrefslogtreecommitdiffstats
path: root/res/color-v24
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-06-11 01:11:48 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-06-11 01:14:29 -0700
commita93d09fe632fd39e01cd38a59c21b5e8fdc9d782 (patch)
tree3739694291ca73f7dac9cb9c416b76ace792054c /res/color-v24
parent93e39ecdebc9dbf07e8876178b6fd5fc16c62f1e (diff)
downloadandroid_packages_apps_Trebuchet-a93d09fe632fd39e01cd38a59c21b5e8fdc9d782.tar.gz
android_packages_apps_Trebuchet-a93d09fe632fd39e01cd38a59c21b5e8fdc9d782.tar.bz2
android_packages_apps_Trebuchet-a93d09fe632fd39e01cd38a59c21b5e8fdc9d782.zip
Replacing png asset with vector drawable
Change-Id: Id3aa5f7a1782052cd646b8935cff5f62e2ee2cdf
Diffstat (limited to 'res/color-v24')
-rw-r--r--res/color-v24/all_apps_bg_hand_fill.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/color-v24/all_apps_bg_hand_fill.xml b/res/color-v24/all_apps_bg_hand_fill.xml
new file mode 100644
index 000000000..1b0b53890
--- /dev/null
+++ b/res/color-v24/all_apps_bg_hand_fill.xml
@@ -0,0 +1,27 @@
+<?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.
+-->
+<gradient
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:startX="158.5"
+ android:startY="141.5"
+ android:endX="196.0"
+ android:endY="206.5"
+ android:type="linear" >
+ <item android:offset="0" android:color="#E1E1E1" />
+ <item android:offset="0.3317" android:color="#E1E1E1" />
+ <item android:offset="0.493" android:color="#C1E5E5E5" />
+ <item android:offset="1" android:color="#00EEEEEE" />
+</gradient> \ No newline at end of file