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

Commit ab2ee47d authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by Android (Google) Code Review
Browse files

Merge "Allow ellipsizing of copy count and media size in PrintActivity main view."

parents d64951b4 3aa1fc5a
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -69,7 +69,9 @@
            android:layout_height="wrap_content"
            android:layout_marginStart="16dip"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:textColor="?android:attr/textColorPrimary">
            android:textColor="?android:attr/textColorPrimary"
            android:singleLine="true"
            android:ellipsize="end">
        </TextView>

        <TextView
@@ -87,7 +89,9 @@
            android:layout_height="wrap_content"
            android:layout_marginStart="16dip"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:textColor="?android:attr/textColorPrimary">
            android:textColor="?android:attr/textColorPrimary"
            android:singleLine="true"
            android:ellipsize="end">
        </TextView>

    </LinearLayout>