Merge "Chips container - Don't hard code the height of the chips container." into ub-launcher3-qt-dev

This commit is contained in:
TreeHugger Robot
2019-05-28 22:09:43 +00:00
committed by Android (Google) Code Review

View File

@@ -44,7 +44,7 @@
<FrameLayout
android:id="@+id/proactive_suggest_container"
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_height="wrap_content"
android:gravity="center"
android:visibility="gone"
/>