Files
lawnchair/wmshell/res/drawable/decor_handle_dark.xml
2024-11-02 10:55:28 +08:00

33 lines
1.1 KiB
XML

<!--
~ Copyright (C) 2022 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="128dp"
android:height="4dp"
android:viewportWidth="128"
android:viewportHeight="4"
>
<group>
<clip-path
android:pathData="M2 0H126C127.105 0 128 0.895431 128 2C128 3.10457 127.105 4 126 4H2C0.895431 4 0 3.10457 0 2C0 0.895431 0.895431 0 2 0Z"
/>
<path
android:pathData="M0 0V4H128V0"
android:fillColor="@android:color/black"
/>
</group>
</vector>