Merge "Make suggestions header sticky in widget picker two pane" into udc-dev am: 890acb9549

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22503061

Change-Id: I7f6ba0bf1fea8525d8125bdffb267e7aee6409cb
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Federico Baron
2023-04-06 20:33:20 +00:00
committed by Automerger Merge Worker
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>