• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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:layout_width="match_parent"
7        android:importantForAccessibility="yes"
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