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
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 @@
         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 @@
         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>