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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user