mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
> Caret is only visible when the accessibility is enabled > It is visible in NOTMAL and OVERVIEW state and moves out of the scrim along with the scrim. > Acts as an accessible target for various options Bug: 78172350 Bug: 79215734 Change-Id: I8a968b67e36901859649546295f6491d49cc9ce9
41 lines
1.5 KiB
XML
41 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2017 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="@dimen/vertical_drag_handle_size"
|
|
android:height="@dimen/vertical_drag_handle_size"
|
|
android:viewportWidth="36.0"
|
|
android:viewportHeight="36.0" >
|
|
|
|
<group
|
|
android:translateX="11.5"
|
|
android:translateY="11.5">
|
|
<path
|
|
android:pathData="M2 8.5L6.5 4L11 8.5"
|
|
android:strokeColor="?attr/workspaceAmbientShadowColor"
|
|
android:strokeWidth="3.6"
|
|
android:strokeLineCap="round"
|
|
android:strokeLineJoin="round" />
|
|
|
|
<path
|
|
android:pathData="M2 8.5L6.5 4L11 8.5"
|
|
android:strokeColor="?attr/workspaceTextColor"
|
|
android:strokeWidth="1.8"
|
|
android:strokeLineCap="round"
|
|
android:strokeLineJoin="round" />
|
|
</group>
|
|
</vector>
|