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:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user