summaryrefslogtreecommitdiffstats
path: root/res/drawable/ribbon_live_lock_screen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ribbon_live_lock_screen.xml')
-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>