summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_widget.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-05-27 10:37:38 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-06-03 11:21:47 -0700
commite7d7304fcbb5e5dcb2ac7798c1d246f951b05029 (patch)
treebe645c2fe862c649600f5de7eccfe12ae2a617ff /res/drawable/ic_widget.xml
parentff4ba2d99593ed84963b3f71c555b529dd905835 (diff)
downloadandroid_packages_apps_Trebuchet-e7d7304fcbb5e5dcb2ac7798c1d246f951b05029.tar.gz
android_packages_apps_Trebuchet-e7d7304fcbb5e5dcb2ac7798c1d246f951b05029.tar.bz2
android_packages_apps_Trebuchet-e7d7304fcbb5e5dcb2ac7798c1d246f951b05029.zip
Replacing overview panel icons with vector drawables
Change-Id: I3ca6662a75ba8b07e817a7a5681ede79d305c41a
Diffstat (limited to 'res/drawable/ic_widget.xml')
-rw-r--r--res/drawable/ic_widget.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/drawable/ic_widget.xml b/res/drawable/ic_widget.xml
new file mode 100644
index 000000000..3e7bd7b51
--- /dev/null
+++ b/res/drawable/ic_widget.xml
@@ -0,0 +1,24 @@
+<!--
+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="48dp"
+ android:height="48dp"
+ android:viewportWidth="48.0"
+ android:viewportHeight="48.0">
+ <path
+ android:fillColor="#FFFFFFFF"
+ android:pathData="M26 26v16h16V26H26zM6 42h16V26H6v16zM6 6v16h16V6H6zm27.31-2.63L22 14.69 33.31 26l11.31-11.31L33.31 3.37z"/>
+</vector>