summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-04-02 11:36:12 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-04-02 12:50:06 -0700
commitba406e2a449b1716e57249e24b65a05932e5b103 (patch)
treeb97f4bfaed24be6c4f194ab82969d7a83f613168 /res/layout
parent415a1402d5894f6b9455267c88bdcbc0f0ab8174 (diff)
downloadandroid_packages_apps_Trebuchet-ba406e2a449b1716e57249e24b65a05932e5b103.tar.gz
android_packages_apps_Trebuchet-ba406e2a449b1716e57249e24b65a05932e5b103.tar.bz2
android_packages_apps_Trebuchet-ba406e2a449b1716e57249e24b65a05932e5b103.zip
Adding support for highlighting preference in sub-screens
Change-Id: I1d5c0a7457a31755951b2f6be70a61a2d84463cf
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