blob: 00f3cca8854cf8c07096f448ff9016a7f7846f1a [file] [log] [blame]
Winson Chungb745afb2015-03-02 11:51:23 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2015 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<com.android.launcher3.AppsContainerView
17 xmlns:android="http://schemas.android.com/apk/res/android"
18 android:id="@+id/apps_view"
19 android:layout_width="match_parent"
20 android:layout_height="match_parent"
21 android:padding="8dp"
Winson Chung93f98ea2015-03-10 16:28:47 -070022 android:background="@drawable/apps_customize_bg"
Winson Chungb745afb2015-03-02 11:51:23 -080023 android:descendantFocusability="afterDescendants">
24 <include
Winson Chung888b3a12015-03-13 11:14:16 -070025 layout="@layout/apps_reveal_view" />
Winson Chungb745afb2015-03-02 11:51:23 -080026 <include
27 layout="@layout/apps_list_view" />
28</com.android.launcher3.AppsContainerView>