summaryrefslogtreecommitdiffstats
path: root/quickReader/res/drawable/ic_http.xml
diff options
context:
space:
mode:
authorJoey Rizzoli <joey@lineageos.org>2017-12-15 17:13:21 +0100
committerBruno Martins <bgcngm@gmail.com>2018-11-20 12:32:17 +0000
commitfe30f91881b9b7d76a9c404bafcbe19f240e0a61 (patch)
tree941fc58fd38a5ec42373b708ff98cc9269823913 /quickReader/res/drawable/ic_http.xml
parentbec37cd5493c672007ef88f03d77e02d2a708176 (diff)
downloadandroid_packages_apps_Snap-fe30f91881b9b7d76a9c404bafcbe19f240e0a61.tar.gz
android_packages_apps_Snap-fe30f91881b9b7d76a9c404bafcbe19f240e0a61.tar.bz2
android_packages_apps_Snap-fe30f91881b9b7d76a9c404bafcbe19f240e0a61.zip
QuickReader: initial commit
libs from me.dm7.barcodescanner:zxing:1.9.0 maven cache Change-Id: Ib97b7e54d8e28cd6f637e452eb41045052cae3dc Signed-off-by: Joey Rizzoli <joey@lineageos.org>
Diffstat (limited to 'quickReader/res/drawable/ic_http.xml')
-rw-r--r--quickReader/res/drawable/ic_http.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/quickReader/res/drawable/ic_http.xml b/quickReader/res/drawable/ic_http.xml
new file mode 100644
index 000000000..12f394946
--- /dev/null
+++ b/quickReader/res/drawable/ic_http.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:width="24dp"
+ android:height="24dp"
+ android:viewportHeight="24.0"
+ android:viewportWidth="24.0">
+ <path
+ android:fillColor="@color/identify_http"
+ android:pathData="M4.5,11h-2L2.5,9L1,9v6h1.5v-2.5h2L4.5,15L6,15L6,9L4.5,9v2zM7,10.5h1.5L8.5,15L10,15v-4.5h1.5L11.5,9L7,9v1.5zM12.5,10.5L14,10.5L14,15h1.5v-4.5L17,10.5L17,9h-4.5v1.5zM21.5,9L18,9v6h1.5v-2h2c0.8,0 1.5,-0.7 1.5,-1.5v-1c0,-0.8 -0.7,-1.5 -1.5,-1.5zM21.5,11.5h-2v-1h2v1z" />
+</vector>