2017-10-18 10:31:36 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
~ Copyright (C) 2017 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.
|
|
|
|
|
-->
|
2018-02-01 09:53:35 -08:00
|
|
|
<com.android.launcher3.allapps.AllAppsPagedView
|
2017-10-18 10:31:36 -07:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-02-01 09:53:35 -08:00
|
|
|
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
2017-10-18 10:31:36 -07:00
|
|
|
android:id="@+id/all_apps_tabs_view_pager"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_gravity="center_horizontal|top"
|
2021-05-03 10:53:27 -05:00
|
|
|
android:layout_marginTop="@dimen/all_apps_header_pill_height"
|
2018-02-01 09:53:35 -08:00
|
|
|
android:clipChildren="true"
|
2023-01-29 16:57:22 -08:00
|
|
|
android:clipToOutline="true"
|
2017-10-18 10:31:36 -07:00
|
|
|
android:clipToPadding="false"
|
|
|
|
|
android:descendantFocusability="afterDescendants"
|
2022-04-07 16:53:53 +00:00
|
|
|
android:paddingTop="@dimen/all_apps_paged_view_top_padding"
|
2018-02-01 09:53:35 -08:00
|
|
|
launcher:pageIndicator="@+id/tabs" >
|
2017-10-18 10:31:36 -07:00
|
|
|
|
|
|
|
|
<include layout="@layout/all_apps_rv_layout" />
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/all_apps_rv_layout" />
|
|
|
|
|
|
2018-02-01 09:53:35 -08:00
|
|
|
</com.android.launcher3.allapps.AllAppsPagedView>
|