summaryrefslogtreecommitdiff
path: root/quickstep/res/layout/floating_header_content.xml
blob: b21c34b099bfc5967d4eae994e0acd36648c75f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android" >

    <com.android.launcher3.appprediction.PredictionRowView
        android:id="@+id/prediction_row"
        android:accessibilityPaneTitle="@string/title_app_suggestions"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />

    <com.android.launcher3.appprediction.AppsDividerView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:id="@+id/apps_divider_view" />
</merge>