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

Commit 69960b8d authored by Qi Ding's avatar Qi Ding Committed by android-build-merger
Browse files

Merge "Fix end padding of summary text for dialog is too narrow"

am: dc07c293

* commit 'dc07c293':
  Fix end padding of summary text for dialog is too narrow

Change-Id: Ie3cb6b60d2a404194f6050818048bd443680ec74
parents 5c15ff92 dc07c293
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingEnd="?android:attr/dialogPreferredPadding"
    android:orientation="vertical"
    android:background="?android:attr/selectableItemBackground"
    android:minHeight="?android:attr/listPreferredItemHeightSmall">
@@ -31,7 +32,6 @@
        android:textColor="?android:attr/textColorAlertDialogListItem"
        android:gravity="center_vertical"
        android:paddingStart="20dp"
        android:paddingEnd="?android:attr/dialogPreferredPadding"
        android:drawableStart="?android:attr/listChoiceIndicatorSingle"
        android:ellipsize="marquee" />