Fabrice Di Meglio | 263bcc8 | 2014-01-17 19:17:58 -0800 | [diff] [blame] | 1 | <?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 Monk | db4ed19 | 2015-12-11 16:48:31 -0500 | [diff] [blame] | 17 | <com.android.settings.dashboard.conditional.FocusRecyclerView |
Jason Monk | 7c7eb70 | 2015-11-11 16:45:49 -0500 | [diff] [blame] | 18 | xmlns:android="http://schemas.android.com/apk/res/android" |
| 19 | android:id="@+id/dashboard_container" |
Fabrice Di Meglio | 263bcc8 | 2014-01-17 19:17:58 -0800 | [diff] [blame] | 20 | android:layout_width="match_parent" |
Fabrice Di Meglio | 769630c | 2014-04-24 14:48:48 -0700 | [diff] [blame] | 21 | android:layout_height="match_parent" |
Salvador Martinez | 41fc4e8 | 2016-08-08 11:06:37 -0700 | [diff] [blame] | 22 | android:clipChildren="false" |
| 23 | android:clipToPadding="false" |
| 24 | android:focusable="false" |
Jason Monk | 7c7eb70 | 2015-11-11 16:45:49 -0500 | [diff] [blame] | 25 | android:paddingStart="@dimen/dashboard_padding_start" |
| 26 | android:paddingEnd="@dimen/dashboard_padding_end" |
| 27 | android:paddingTop="@dimen/dashboard_padding_top" |
Doris Ling | 124251d | 2016-08-18 15:16:23 -0700 | [diff] [blame] | 28 | android:paddingBottom="@dimen/dashboard_padding_bottom" |
| 29 | android:scrollbars="vertical"/> |