mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Shows widget preview in search if widget requires config. preview: https://drive.google.com/file/d/1q1ROu7-OUGfskDMRxXPNQMdr3T-WMMkv/view?usp=sharing Bug: 168321831 Test: Manual Change-Id: I6c1c168ebac4ce33a4234e8a417eba789f664f43
8 lines
482 B
XML
8 lines
482 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.android.launcher3.views.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.views.SearchResultWidgetPreview> |