summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorMopria <mopriaplay@gmail.com>2016-11-29 15:32:41 -0800
committerGlade Diviney <gladed@gmail.com>2016-12-19 22:45:11 +0000
commit3bf66744d61d18c66d46f2608de0467ad3df0268 (patch)
treef9ee5b0285f2b103e8b4abfdb06279744d913379 /res/drawable
parentca42f86e93511ed42ba7bb31d0486cc54c1be6c7 (diff)
downloadplatform_packages_services_BuiltInPrintService-3bf66744d61d18c66d46f2608de0467ad3df0268.tar.gz
platform_packages_services_BuiltInPrintService-3bf66744d61d18c66d46f2608de0467ad3df0268.tar.bz2
platform_packages_services_BuiltInPrintService-3bf66744d61d18c66d46f2608de0467ad3df0268.zip
Built-In Print Service
The Built-In Print Service implements a standard Android Print Service and allows printing to Wi-Fi enabled printers on the users's local network. Printers must support mDNS discovery and the IPP protocol, and must allow jobs to be sent in PCLm, PWG-raster, or PDF formats. Internally, this service implements job control, page rendering, and printer interactions in native code. This code relies on libjpeg-turbo for JPEG encoding functions required by PCLm, and selected portions of CUPS for direct interactions with printers. Test: ./gradlew test Change-Id: Ib2dca0190ba4abe028da1d9cd62308733ecce7b5 Signed-off-by: Mopria <mopriaplay@gmail.com>
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_menu_add.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/drawable/ic_menu_add.xml b/res/drawable/ic_menu_add.xml
new file mode 100644
index 0000000..b271aee
--- /dev/null
+++ b/res/drawable/ic_menu_add.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2016 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:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0"
+ android:tint="?android:attr/colorAccent">
+ <path
+ android:fillColor="#FF000000"
+ android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
+</vector>