1<?xml version="1.0" encoding="utf-8"?> 2<merge xmlns:android="http://schemas.android.com/apk/res/android" > 3 4 <com.android.launcher3.appprediction.PredictionRowView 5 android:id="@+id/prediction_row" 6 android:accessibilityPaneTitle="@string/title_app_suggestions" 7 android:layout_width="match_parent" 8 android:layout_height="wrap_content" /> 9 10 <com.android.launcher3.appprediction.AppsDividerView 11 android:layout_width="match_parent" 12 android:layout_height="wrap_content" 13 android:id="@+id/apps_divider_view" /> 14</merge> 15