summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-01-19 23:22:21 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-01-19 23:22:21 +0000
commitcd77ba0cdd2b047165c8876ab0572d99f416102d (patch)
tree41c77b11b97dd80611585a0e662f290a88f69082 /res/drawable
parent23608f7c9f237b9562c287f5835936dcf2b16ac1 (diff)
parent02424b20f3718e8b52b9e586b491eb3accfdafb6 (diff)
downloadandroid_packages_apps_Trebuchet-cd77ba0cdd2b047165c8876ab0572d99f416102d.tar.gz
android_packages_apps_Trebuchet-cd77ba0cdd2b047165c8876ab0572d99f416102d.tar.bz2
android_packages_apps_Trebuchet-cd77ba0cdd2b047165c8876ab0572d99f416102d.zip
Merge "Adding a horizontal popup when when workspace is longPressed" into ub-launcher3-master
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_setting.xml4
-rw-r--r--res/drawable/ic_wallpaper.xml4
-rw-r--r--res/drawable/ic_widget.xml6
3 files changed, 7 insertions, 7 deletions
diff --git a/res/drawable/ic_setting.xml b/res/drawable/ic_setting.xml
index 1bab18990..08eba253d 100644
--- a/res/drawable/ic_setting.xml
+++ b/res/drawable/ic_setting.xml
@@ -14,8 +14,8 @@ Copyright (C) 2016 The Android Open Source Project
limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="48dp"
- android:height="48dp"
+ android:width="@dimen/options_menu_icon_size"
+ android:height="@dimen/options_menu_icon_size"
android:viewportWidth="48.0"
android:viewportHeight="48.0">
<path
diff --git a/res/drawable/ic_wallpaper.xml b/res/drawable/ic_wallpaper.xml
index 9e9222f64..0c5a125b6 100644
--- a/res/drawable/ic_wallpaper.xml
+++ b/res/drawable/ic_wallpaper.xml
@@ -14,8 +14,8 @@ Copyright (C) 2016 The Android Open Source Project
limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="48dp"
- android:height="48dp"
+ android:width="@dimen/options_menu_icon_size"
+ android:height="@dimen/options_menu_icon_size"
android:viewportWidth="48.0"
android:viewportHeight="48.0">
<path
diff --git a/res/drawable/ic_widget.xml b/res/drawable/ic_widget.xml
index de2980f09..4bb23b3f4 100644
--- a/res/drawable/ic_widget.xml
+++ b/res/drawable/ic_widget.xml
@@ -14,12 +14,12 @@ Copyright (C) 2016 The Android Open Source Project
limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="48dp"
- android:height="48dp"
+ android:width="@dimen/options_menu_icon_size"
+ android:height="@dimen/options_menu_icon_size"
android:viewportWidth="48.0"
android:viewportHeight="48.0">
<path
- android:fillColor="#FFFFFFFF"
+ android:fillColor="?android:attr/textColorPrimary"
android:pathData="M26,28v12c0,1,0.8,2,2,2h12c1,0,2-1,2-2V28c0-1.2-1-2-2-2H28C26.8,26,26,26.8,26,28z M8,42h12c1.2,0,2-1,2-2V28
c0-1.2-0.8-2-2-2H8c-1,0-2,0.8-2,2v12C6,41,7,42,8,42z M6,8v12c0,1.2,1,2,2,2h12c1.2,0,2-0.8,2-2V8c0-1-0.8-2-2-2H8C7,6,6,7,6,8z
M32.6,4.6l-8,8c-0.8,0.8-0.8,2,0,2.8l8,8c0.8,0.8,2,0.8,2.8,0l8-8c0.8-0.8,0.8-2,0-2.8l-8-8C34.6,3.8,33.4,3.8,32.6,4.6z"/>