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

Commit 890acb95 authored by Federico Baron's avatar Federico Baron Committed by Android (Google) Code Review
Browse files

Merge "Make suggestions header sticky in widget picker two pane" into udc-dev

parents 98d7e8a0 fad5b7eb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -74,7 +74,9 @@
                android:id="@+id/suggestions_header"
                android:layout_marginTop="8dp"
                android:layout_marginHorizontal="@dimen/widget_list_horizontal_margin_two_pane"
                android:orientation="horizontal">
                android:orientation="horizontal"
                android:background="?android:attr/colorBackground"
                launcher:layout_sticky="true">
            </LinearLayout>

            <com.android.launcher3.workprofile.PersonalWorkSlidingTabStrip
+4 −1
Original line number Diff line number Diff line
@@ -59,7 +59,10 @@
                android:id="@+id/suggestions_header"
                android:layout_marginTop="8dp"
                android:layout_marginHorizontal="@dimen/widget_list_horizontal_margin_two_pane"
                android:orientation="horizontal">
                android:paddingBottom="16dp"
                android:orientation="horizontal"
                android:background="?android:attr/colorBackground"
                launcher:layout_sticky="true">
            </LinearLayout>
        </com.android.launcher3.views.StickyHeaderLayout>
    </FrameLayout>