summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorLuis Vidal <lvidal@cyngn.com>2015-12-23 22:17:38 -0600
committerLuis Vidal <lvidal@cyngn.com>2016-01-08 11:32:32 -0800
commitffd1eaea0b78df32f0bf7d4e4c691dd3dd57290e (patch)
treea5a9d8fab58757b2926d08a4b8c3678c6499e18a /res/drawable
parent98a98fca3ed0249f00d9d28e2997f4d240e813e4 (diff)
downloadpackages_apps_ThemeChooser-ffd1eaea0b78df32f0bf7d4e4c691dd3dd57290e.tar.gz
packages_apps_ThemeChooser-ffd1eaea0b78df32f0bf7d4e4c691dd3dd57290e.tar.bz2
packages_apps_ThemeChooser-ffd1eaea0b78df32f0bf7d4e4c691dd3dd57290e.zip
Show lock screen wallpapers & live lock screens in the same selector
Change-Id: I86e016d139da4adcec3191d982968b7a37f48c19
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ribbon_live_lock_screen.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/res/drawable/ribbon_live_lock_screen.xml b/res/drawable/ribbon_live_lock_screen.xml
new file mode 100644
index 0000000..175e123
--- /dev/null
+++ b/res/drawable/ribbon_live_lock_screen.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (c) 2015 The CyanogenMod 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.
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+
+ <path
+ android:fillColor="#f44336"
+ android:pathData="M0,0h16l8,8v16L0,0z" />
+ <path
+ android:fillColor="#ffffff"
+ android:pathData="M10.5,5l1.3,1.3l-0.5,0.5L9.4,4.9l3-3L13,2.5L10.5,5z
+M12.9,8.4l-0.6-0.6l3-3l0.6,0.6L12.9,8.4z M15.8,9.8
+l3-1.6l0.7,0.7l-4.1,2l-0.6-0.6l2-4.1l0.7,0.7L15.8,9.8z
+M20.4,13.2L19.2,12l-0.8,0.8l1.4,1.4l-0.5,0.5l-2-2l3-3l2,2l-0.5,0.5
+l-1.4-1.4l-0.7,0.7l1.2,1.2L20.4,13.2z" />
+</vector>