summaryrefslogtreecommitdiffstats
path: root/quickReader/res/drawable/ic_cam_switcher_qr.xml
diff options
context:
space:
mode:
authorJoey Rizzoli <joey@lineageos.org>2017-12-15 21:54:27 +0100
committerArne Coucheron <arco68@gmail.com>2018-01-27 00:41:45 +0100
commiteedcecc62459dbebee63d39ed0a07e1bd7733688 (patch)
tree18adceaa652c1c851b225335c7d262eb5a29461e /quickReader/res/drawable/ic_cam_switcher_qr.xml
parent36da09e8ad11fe88ea15af2fabca8718624900b9 (diff)
downloadandroid_packages_apps_Snap-eedcecc62459dbebee63d39ed0a07e1bd7733688.tar.gz
android_packages_apps_Snap-eedcecc62459dbebee63d39ed0a07e1bd7733688.tar.bz2
android_packages_apps_Snap-eedcecc62459dbebee63d39ed0a07e1bd7733688.zip
Snap: add QReader to module switch
Change-Id: I7cc33c7ebc6de35d19979a9a70f198029e46d88f Signed-off-by: Joey Rizzoli <joey@lineageos.org>
Diffstat (limited to 'quickReader/res/drawable/ic_cam_switcher_qr.xml')
-rw-r--r--quickReader/res/drawable/ic_cam_switcher_qr.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/quickReader/res/drawable/ic_cam_switcher_qr.xml b/quickReader/res/drawable/ic_cam_switcher_qr.xml
new file mode 100644
index 000000000..eaf247f9e
--- /dev/null
+++ b/quickReader/res/drawable/ic_cam_switcher_qr.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (c) 2017 The LineageOS 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="24dp"
+ android:width="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:fillColor="#fafafa"
+ android:pathData="M3,11H5V13H3V11M11,5H13V9H11V5M9,11H13V15H11V13H9V11M15,11H17V13H19V11H21V13H19V15H21V19H19V21H17V19H13V21H11V17H15V15H17V13H15V11M19,19V15H17V19H19M15,3H21V9H15V3M17,5V7H19V5H17M3,3H9V9H3V3M5,5V7H7V5H5M3,15H9V21H3V15M5,17V19H7V17H5Z" />
+</vector> \ No newline at end of file