Merge "Make suggestions header sticky in widget picker two pane" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
890acb9549
@@ -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