mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Setup architecture for separation between aosp and quickstep search as setup for switch to android.app.SearchTarget Bug: 177223401 Test: manual Change-Id: Iefd069a34d5e5551bf731e9171958e93377774aa
8 lines
484 B
XML
8 lines
484 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.android.launcher3.search.SearchResultWidgetPreview xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:padding="@dimen/dynamic_grid_cell_padding_x"
|
|
android:layout_height="wrap_content">
|
|
<include layout="@layout/widget_cell" android:id="@+id/widget_cell"/>
|
|
<!-- <include layout="@layout/widget_cell_content" />-->
|
|
</com.android.launcher3.search.SearchResultWidgetPreview> |