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

Commit 18c57800 authored by Chun-Ku Lin's avatar Chun-Ku Lin Committed by Android (Google) Code Review
Browse files

Merge "fix: use correct themed padding on shortcut options layout" into main

parents bfaa555f 46ac9463
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,8 +25,8 @@
    android:gravity="center_vertical"
    android:minHeight="?android:attr/listPreferredItemHeight"
    android:paddingBottom="@dimen/settingslib_expressive_space_small4"
    android:paddingEnd="@dimen/settingslib_expressive_space_small1"
    android:paddingStart="@dimen/settingslib_expressive_space_small1"
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
    android:paddingStart="?android:attr/listPreferredItemPaddingStart"
    android:paddingTop="@dimen/settingslib_expressive_space_extrasmall6">

    <CheckBox