summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-05-09 08:42:24 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-05-09 12:39:30 -0700
commitef39540dde69f9acf718966efa7bf3475798223e (patch)
treeca78ee2c3dd8428735a8d88eb2652d8e5e337c6f /res/layout
parent578890ad93b566e9ba6380fe1349b0dad7d93427 (diff)
downloadandroid_packages_apps_Trebuchet-ef39540dde69f9acf718966efa7bf3475798223e.tar.gz
android_packages_apps_Trebuchet-ef39540dde69f9acf718966efa7bf3475798223e.tar.bz2
android_packages_apps_Trebuchet-ef39540dde69f9acf718966efa7bf3475798223e.zip
Adding a carent in the scrim
> 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
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/drag_handle_indicator.xml23
-rw-r--r--res/layout/launcher.xml3
2 files changed, 0 insertions, 26 deletions
diff --git a/res/layout/drag_handle_indicator.xml b/res/layout/drag_handle_indicator.xml
deleted file mode 100644
index d5a7b8a03..000000000
--- a/res/layout/drag_handle_indicator.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 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.
--->
-<com.android.launcher3.views.LauncherDragIndicator
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/drag_indicator"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:contentDescription="@string/all_apps_button_label"
- android:scaleType="centerInside"
- android:tint="?attr/workspaceTextColor" />
diff --git a/res/layout/launcher.xml b/res/layout/launcher.xml
index cd8a4253b..ec8bd5c6f 100644
--- a/res/layout/launcher.xml
+++ b/res/layout/launcher.xml
@@ -67,9 +67,6 @@
android:layout_height="match_parent"
android:visibility="invisible" />
- <include android:id="@+id/drag_indicator"
- layout="@layout/drag_handle_indicator" />
-
<!-- DO NOT CHANGE THE ID -->
<include
android:id="@+id/hotseat"