summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_more_items.xml
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2015-11-20 22:06:35 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-11-20 22:06:35 +0000
commit3f849f410808a0bca039d73fd763825c73d15419 (patch)
treea9af0794f210bd49a37148dbb2740469ca327ebe /res/drawable/ic_more_items.xml
parent786cf97b83a4e502b8683198cdea8872c8507b93 (diff)
parentef861375eebd9ac6cce7c0bb163380ab1c951063 (diff)
downloadandroid_packages_apps_PackageInstaller-3f849f410808a0bca039d73fd763825c73d15419.tar.gz
android_packages_apps_PackageInstaller-3f849f410808a0bca039d73fd763825c73d15419.tar.bz2
android_packages_apps_PackageInstaller-3f849f410808a0bca039d73fd763825c73d15419.zip
resolve merge conflicts of c10abb25f3 to cw-e-dev.
am: ef861375ee * commit 'ef861375eebd9ac6cce7c0bb163380ab1c951063': resolve merge conflicts of c10abb25f3 to cw-e-dev.
Diffstat (limited to 'res/drawable/ic_more_items.xml')
-rw-r--r--res/drawable/ic_more_items.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/res/drawable/ic_more_items.xml b/res/drawable/ic_more_items.xml
new file mode 100644
index 00000000..5fdcdcef
--- /dev/null
+++ b/res/drawable/ic_more_items.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ 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:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+
+ <path
+ android:fillColor="#000000"
+ android:pathData="M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7
+7v2h14V7H7z" />
+ <path
+ android:pathData="M0 0h24v24H0z" />
+</vector> \ No newline at end of file