summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_tick.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-08-31 17:01:06 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-08-31 17:01:06 +0000
commit03412672d141629593561031e331739c28bc7476 (patch)
tree6b163d6744129faae3ff6b1a58ca4adfeb2bc969 /res/drawable/ic_tick.xml
parent3afcff56c44c593fc0b2e04bcfbfaac759ec56ff (diff)
parent6670d16341f2311925765511c54afab196a0d2bd (diff)
downloadandroid_packages_wallpapers_LivePicker-03412672d141629593561031e331739c28bc7476.tar.gz
android_packages_wallpapers_LivePicker-03412672d141629593561031e331739c28bc7476.tar.bz2
android_packages_wallpapers_LivePicker-03412672d141629593561031e331739c28bc7476.zip
Merge "Moving the set wallpaper button to the top to match the default launcher style"
Diffstat (limited to 'res/drawable/ic_tick.xml')
-rw-r--r--res/drawable/ic_tick.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/res/drawable/ic_tick.xml b/res/drawable/ic_tick.xml
new file mode 100644
index 0000000..4389a16
--- /dev/null
+++ b/res/drawable/ic_tick.xml
@@ -0,0 +1,26 @@
+<!--
+Copyright (C) 2015 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.
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:height="24.0dp"
+ android:viewportHeight="24.0"
+ android:viewportWidth="24.0"
+ android:width="24.0dp" >
+
+ <path
+ android:fillColor="#FFFFFFFF"
+ android:pathData="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z" />
+
+</vector>