summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Etchebehere <santie@google.com>2018-05-21 19:38:44 -0700
committerSantiago Etchebehere <santie@google.com>2018-05-21 20:02:43 -0700
commit0f6e5a85ec95926d748a08f205ca688e18149254 (patch)
tree2e00ec86f2956ba62afdd5959fbd95be6cb2198a
parent5e6dbf35511529c17a3a3ca8ecad49079f6763eb (diff)
downloadandroid_packages_wallpapers_LivePicker-0f6e5a85ec95926d748a08f205ca688e18149254.tar.gz
android_packages_wallpapers_LivePicker-0f6e5a85ec95926d748a08f205ca688e18149254.tar.bz2
android_packages_wallpapers_LivePicker-0f6e5a85ec95926d748a08f205ca688e18149254.zip
Update icons for the target selector
Update the icons for the Live Wallpaper picker target selection dialog to be consistent with the WallpaperPicker app. Test: Icon change only, manually verified that they look as expected. No unit tests should be affected. Bug: 77642236 Change-Id: I8b3824c6f7f267113359d046669b8a227ae4fa98
-rw-r--r--res/drawable/ic_device.xml4
-rw-r--r--res/drawable/ic_home.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/res/drawable/ic_device.xml b/res/drawable/ic_device.xml
index 82a69cb..6a48bbd 100644
--- a/res/drawable/ic_device.xml
+++ b/res/drawable/ic_device.xml
@@ -21,7 +21,7 @@ Copyright (C) 2016 The Android Open Source Project
android:tint="?android:attr/colorAccent">
<path
- android:fillColor="#FFFFFFFF"
- android:pathData="M17 1.01L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z" />
+ android:fillColor="#FF000000"
+ android:pathData="M17,1.01L7,1C5.9,1 5,1.9 5,3v18c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2V3C19,1.9 18.1,1.01 17,1.01zM17,21H7l0,-1h10V21zM17,18H7V6h10V18zM7,4V3h10v1H7z"/>
</vector>
diff --git a/res/drawable/ic_home.xml b/res/drawable/ic_home.xml
index 5eb2e92..4e6c73b 100644
--- a/res/drawable/ic_home.xml
+++ b/res/drawable/ic_home.xml
@@ -21,7 +21,7 @@ Copyright (C) 2016 The Android Open Source Project
android:tint="?android:attr/colorAccent">
<path
- android:fillColor="#FFFFFFFF"
- android:pathData="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z" />
+ android:fillColor="#FF000000"
+ android:pathData="M12,3L4,9v12h16V9L12,3zM18,19h-3v-6H9v6H6v-9l6,-4.5l6,4.5V19z"/>
</vector>