floating_header_content.xml 574 B

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