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

Commit dc07c293 authored by Jason Monk's avatar Jason Monk Committed by Gerrit Code Review
Browse files

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

parents 5c15ff92 e5d4a5db
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" />