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

Commit 3cc8de12 authored by fbaron's avatar fbaron
Browse files

Fix padding/margin for widgets in widgetpicker

Fix: 287079143
Test: Verify that the there's enough margin in between widgets and their container in widget picker
Change-Id: I6c8cbf075541d6db734fbbc5c0e2386b41c7edac
parent 961e6831
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -19,6 +19,7 @@
    android:layout_height="wrap_content"
    android:layout_height="wrap_content"
    android:paddingHorizontal="@dimen/widget_cell_horizontal_padding"
    android:paddingHorizontal="@dimen/widget_cell_horizontal_padding"
    android:paddingVertical="@dimen/widget_cell_vertical_padding"
    android:paddingVertical="@dimen/widget_cell_vertical_padding"
    android:layout_marginHorizontal="@dimen/widget_cell_horizontal_padding"
    android:layout_weight="1"
    android:layout_weight="1"
    android:orientation="vertical"
    android:orientation="vertical"
    android:focusable="true"
    android:focusable="true"