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

Commit 522665d2 authored by Federico Baron's avatar Federico Baron Committed by Android (Google) Code Review
Browse files

Merge "Fix padding/margin for widgets in widgetpicker" into udc-qpr-dev

parents c37899ec 05e428d6
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" />