Update the About device icon for tablet

Fix: 252728840
Test: visual
Change-Id: I5e772ef30be82da276bc0d7bf97c586992723365
This commit is contained in:
Jason Chiu
2023-01-17 17:16:56 +08:00
parent 732da7a440
commit 5a0d63c5cd
4 changed files with 27 additions and 2 deletions

View File

@@ -29,5 +29,5 @@
android:height="@dimen/dashboard_tile_foreground_image_size"
android:start="@dimen/dashboard_tile_foreground_image_inset"
android:top="@dimen/dashboard_tile_foreground_image_inset"
android:drawable="@drawable/ic_phone_info" />
android:drawable="@drawable/ic_settings_about_device" />
</layer-list>