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

Commit 02a30b83 authored by Menghan Li's avatar Menghan Li Committed by Android (Google) Code Review
Browse files

Merge "Improve the touch target size of check box in shortcut dialog."

parents 9fbf51d4 36baf99f
Loading
Loading
Loading
Loading
+10 −5
Original line number Diff line number Diff line
@@ -26,14 +26,19 @@
        android:id="@+id/checkbox"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:saveEnabled="false"/>
        android:minHeight="?android:attr/listPreferredItemHeightSmall"
        android:saveEnabled="false"
        android:textAppearance="?android:attr/textAppearanceListItem"
        android:textColor="?android:attr/textColorAlertDialogListItem" />

    <TextView
        android:id="@+id/summary"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:textColor="?android:attr/textColorSecondary"
        android:paddingStart="32dp"/>
        android:paddingBottom="8dp"
        android:paddingStart="32dp"
        android:textAppearance="?android:attr/textAppearanceListItemSecondary"
        android:textColor="?android:attr/textColorSecondary" />

    <ImageView
        android:id="@+id/image"
+4 −2
Original line number Diff line number Diff line
@@ -52,8 +52,10 @@
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:gravity="center_vertical"
                android:textColor="?android:attr/colorAccent"
                android:text="@string/accessibility_shortcut_edit_dialog_title_advance"/>
                android:minHeight="?android:attr/listPreferredItemHeightSmall"
                android:text="@string/accessibility_shortcut_edit_dialog_title_advance"
                android:textAppearance="?android:attr/textAppearanceListItem"
                android:textColor="?android:attr/colorAccent" />

        </LinearLayout>>