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

Commit 05e428d6 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: Ia0a7a43516554d113f011b8ac45afbf5e068ca37
parent 961e6831
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
<com.android.launcher3.widget.picker.WidgetsListTableView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/widgets_table"
    android:paddingHorizontal="@dimen/widget_list_horizontal_margin"
    android:background="@drawable/bg_widgets_content"
    android:layout_width="match_parent"
    android:layout_height="wrap_content" />