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

am: b36ab46e93

Change-Id: I6bd6e9410b05b6624bda00f42f6f71b9f16eabed
This commit is contained in:
Zak Cohen
2019-05-28 15:21:00 -07:00
committed by android-build-merger

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"
/>