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

This commit is contained in:
Federico Baron
2023-04-06 20:13:57 +00:00
committed by Android (Google) Code Review
2 changed files with 7 additions and 2 deletions
@@ -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
@@ -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>