summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2018-04-04 17:08:22 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-04-04 17:08:22 +0000
commitb49c89de398a97d07526ff7f22c0928aee3bbb76 (patch)
tree33328dbbb4e14a931ab083f39efb01b01da8711c /res/layout
parente1ad8e8c422d977cfba6b974c51a3ce59e47a482 (diff)
parentba406e2a449b1716e57249e24b65a05932e5b103 (diff)
downloadandroid_packages_apps_Trebuchet-b49c89de398a97d07526ff7f22c0928aee3bbb76.tar.gz
android_packages_apps_Trebuchet-b49c89de398a97d07526ff7f22c0928aee3bbb76.tar.bz2
android_packages_apps_Trebuchet-b49c89de398a97d07526ff7f22c0928aee3bbb76.zip
Merge "Adding support for highlighting preference in sub-screens" into ub-launcher3-master
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/launcher_preference.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/res/layout/launcher_preference.xml b/res/layout/launcher_preference.xml
deleted file mode 100644
index ed0ea7c0e..000000000
--- a/res/layout/launcher_preference.xml
+++ /dev/null
@@ -1,27 +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.HighlightableListView
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@android:id/list"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:cacheColorHint="@android:color/transparent"
- android:clipToPadding="false"
- android:drawSelectorOnTop="false"
- android:orientation="vertical"
- android:scrollbarAlwaysDrawVerticalTrack="true"
- android:scrollbarStyle="outsideOverlay" /> \ No newline at end of file