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

Commit 85f2f44a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Refine Style/Grid picker recyclerview layout" into ub-launcher3-master am: b3c2a0dd

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/ThemePicker/+/12097141

Change-Id: I92f6b566bd61a268833280981c2124568617ba5f
parents e1f9da8e b3c2a0dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
     limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingHorizontal="@dimen/option_padding_horizontal"
    android:paddingBottom="@dimen/option_bottom_margin"
+2 −2
Original line number Diff line number Diff line
@@ -15,9 +15,9 @@
     limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingRight="2dp"
    android:paddingHorizontal="@dimen/option_padding_horizontal"
    android:paddingBottom="@dimen/option_bottom_margin"
    android:clipChildren="false"
    android:clipToPadding="false"
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
     limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingHorizontal="@dimen/option_padding_horizontal"
    android:paddingBottom="@dimen/option_bottom_margin"