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

Commit a251678f authored by PETER LIANG's avatar PETER LIANG Committed by Android (Google) Code Review
Browse files

Merge "Fine-tune the layout of shortcut preference."

parents 875727c2 9a6bf825
Loading
Loading
Loading
Loading
+3 −8
Original line number Diff line number Diff line
@@ -31,19 +31,14 @@
        android:gravity="start|center_vertical"
        android:focusable="true"
        android:clickable="true"
        android:background="?android:attr/selectableItemBackground"
        android:paddingStart="?android:attr/listPreferredItemPaddingStart"
        android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">
        android:background="?android:attr/selectableItemBackground">

        <FrameLayout
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:gravity="start|center_vertical"
            android:layout_height="match_parent"
            android:layout_marginEnd="16dp"
            android:minWidth="56dp"
            android:orientation="horizontal"
            android:paddingRight="16dp"
            android:paddingTop="4dp"
            android:paddingBottom="4dp"
            android:focusable="false"
            android:clickable="false">