diff options
author | 2025-01-14 21:20:47 +0000 | |
---|---|---|
committer | 2025-01-15 18:42:18 +0000 | |
commit | fb2e514de85f6e658742f88b69ea7460a761849b (patch) | |
tree | ccee5b23768fb043feaf36344449ff3812699dbf /res/drawable | |
parent | 9e8f5ee62ad53f360d66a0905df435a2540c907f (diff) |
Initial implementation of the AddDesktopButton
Add the AddDesktopButton to the view hierarchy behind the flags.
Flag: com.android.window.flags.enable_multiple_desktops_frontend
com.android.window.flags.enable_multiple_desktops_backend
Bug: 382057498
Test: Manual
Change-Id: I5748d8c18d8f5204fa1fb0717c4a8098bfde1537
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/ic_desktop_add.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable/ic_desktop_add.xml b/res/drawable/ic_desktop_add.xml index fa5e0debf9..d31b04b858 100644 --- a/res/drawable/ic_desktop_add.xml +++ b/res/drawable/ic_desktop_add.xml @@ -14,8 +14,8 @@ ~ limitations under the License. --> <vector xmlns:android="http://schemas.android.com/apk/res/android" - android:width="48dp" - android:height="48dp" + android:width="24dp" + android:height="24dp" android:viewportWidth="960" android:viewportHeight="960"> <path |