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

Commit 7241c8c5 authored by Shamali Patwa's avatar Shamali Patwa Committed by Android (Google) Code Review
Browse files

Merge "Make overscroll in recommendation section limit within its bounds." into main

parents 6edad19c 1ce33c85
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@
            android:layout_marginTop="8dp"
            android:layout_marginBottom="8dp"
            android:background="@drawable/widgets_surface_background"
            android:clipToOutline="true"
            android:orientation="vertical"
            android:layout_marginHorizontal="@dimen/widget_list_horizontal_margin"
            android:visibility="gone">
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@
            android:layout_marginTop="8dp"
            android:layout_marginBottom="8dp"
            android:background="@drawable/widgets_surface_background"
            android:clipToOutline="true"
            android:orientation="vertical"
            android:visibility="gone">
            <include layout="@layout/widget_recommendations" />
+1 −0
Original line number Diff line number Diff line
@@ -133,6 +133,7 @@
                                android:layout_width="match_parent"
                                android:layout_height="match_parent"
                                android:background="@drawable/widgets_surface_background"
                                android:clipToOutline="true"
                                android:orientation="vertical"
                                android:visibility="gone">
                                <include layout="@layout/widget_recommendations" />