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

Commit 519ca786 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 am: 69960b8d

am: cd79f405

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

Change-Id: I6f112eb356cc3bf28bd9abff134e317c3cceced9
parents fa7aa422 cd79f405
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" />