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

Commit 1b4a126a authored by Santiago Etchebehere's avatar Santiago Etchebehere
Browse files

Add margin to preview in grid fragment

Bug: 317014210
Flag: N/A
Test: visually verified grid fragment and other fragments that use
DisplayAspectRatioFrameLayout

Change-Id: Ic539803523d54713650c563084a2f9eaf6aa0993
parent 16e781f1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -33,9 +33,11 @@
    <com.android.wallpaper.picker.DisplayAspectRatioFrameLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_marginHorizontal="24dp"
        android:layout_weight="1"
        android:paddingBottom="40dp"
        android:paddingTop="20dp"
        android:paddingBottom="40dp">
        android:clipChildren="false">

        <include
            android:id="@+id/preview"