blob: 73a7255c4ef0a95e789eaee73114456744f0c076 [file] [log] [blame]
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
Jason Monkdb4ed192015-12-11 16:48:31 -050017<com.android.settings.dashboard.conditional.FocusRecyclerView
Jason Monk7c7eb702015-11-11 16:45:49 -050018 xmlns:android="http://schemas.android.com/apk/res/android"
19 android:id="@+id/dashboard_container"
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -080020 android:layout_width="match_parent"
Fabrice Di Meglio769630c2014-04-24 14:48:48 -070021 android:layout_height="match_parent"
Salvador Martinez41fc4e82016-08-08 11:06:37 -070022 android:clipChildren="false"
23 android:clipToPadding="false"
24 android:focusable="false"
Jason Monk7c7eb702015-11-11 16:45:49 -050025 android:paddingStart="@dimen/dashboard_padding_start"
26 android:paddingEnd="@dimen/dashboard_padding_end"
27 android:paddingTop="@dimen/dashboard_padding_top"
Doris Ling124251d2016-08-18 15:16:23 -070028 android:paddingBottom="@dimen/dashboard_padding_bottom"
29 android:scrollbars="vertical"/>