diff options
author | 2024-12-04 14:02:41 +0000 | |
---|---|---|
committer | 2024-12-04 14:02:41 +0000 | |
commit | 9fdf9efdd23e09f009d829d25c10808c56cfb162 (patch) | |
tree | 123ee13decf7d6c1ba09c2c635c5c19c8fe66fca /res/drawable | |
parent | d7ad4d5dee9f960b632c7e811d5406d7b26b2174 (diff) | |
parent | 7fbc82cab118b9760cc5cfaa076df5277a4dd69f (diff) |
Merge "multiple-desktops: Add new desktop button xml file" into main
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/ic_desktop_add.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/res/drawable/ic_desktop_add.xml b/res/drawable/ic_desktop_add.xml new file mode 100644 index 0000000000..fa5e0debf9 --- /dev/null +++ b/res/drawable/ic_desktop_add.xml @@ -0,0 +1,24 @@ +<!-- + ~ Copyright (C) 2024 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="48dp" + android:height="48dp" + android:viewportWidth="960" + android:viewportHeight="960"> + <path + android:pathData="M140,740v-520,520ZM240,640v-200h360v200L240,640ZM140,800q-24,0 -42,-18t-18,-42v-520q0,-24 18,-42t42,-18h680q24,0 42,18t18,42v300h-60v-300L140,220v520h420v60L140,800ZM680,520v-160L360,360v-40h360v200h-40ZM740,880v-120L620,760v-60h120v-120h60v120h120v60L800,760v120h-60Z" + android:fillColor="#5f6368"/> +</vector>
\ No newline at end of file |