Chips container - Don't hard code the height of the chips container.

When the container was present, but empty, it was showing it's background.

Bug: 133783088
Change-Id: I97b65435d66e9ced7f5487dc50a00665794f8fcd
Tested: manual
This commit is contained in:
Zak Cohen
2019-05-28 14:53:41 -07:00
parent ebd5e88164
commit 560fe07448
+1 -1
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"
/>