summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorMario Bertschler <bmario@google.com>2017-08-31 11:47:53 -0700
committerMario Bertschler <bmario@google.com>2017-08-31 12:09:13 -0700
commitf41edbe8751bdd92ec42cfa3b69ab9e33aac5b26 (patch)
tree6493b49e3317f9961ea187c9bf11b3d03fc58e78 /res/drawable
parent9458cbe7797401c1cbe13cf0c2770da03b5e3d2e (diff)
downloadandroid_packages_apps_Trebuchet-f41edbe8751bdd92ec42cfa3b69ab9e33aac5b26.tar.gz
android_packages_apps_Trebuchet-f41edbe8751bdd92ec42cfa3b69ab9e33aac5b26.tar.bz2
android_packages_apps_Trebuchet-f41edbe8751bdd92ec42cfa3b69ab9e33aac5b26.zip
Install long-click action for apps that are not installed.
Bug: 65059282 Change-Id: Ifec3ac15c9cf52c456e695846eb91024b07fe333
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_install_no_shadow.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/drawable/ic_install_no_shadow.xml b/res/drawable/ic_install_no_shadow.xml
new file mode 100644
index 000000000..ffce22aac
--- /dev/null
+++ b/res/drawable/ic_install_no_shadow.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2017 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"
+ android:viewportHeight="24">
+
+ <path
+ android:fillColor="?android:attr/textColorPrimary"
+ android:pathData="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z" />
+ <path
+ android:pathData="M0 0h24v24H0z" />
+</vector>