Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b36ab46e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

Merge "Chips container - Don't hard code the height of the chips container." into ub-launcher3-qt-dev
parents ed7d7148 560fe074
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
            />