mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:38:21 +00:00
Merge "Chips container - Don't hard code the height of the chips container." into ub-launcher3-qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b36ab46e93
@@ -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