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

Commit 8f847cb6 authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "Settings: Use standard small text for subtitle." into lmp-preview-dev

parents fe002e21 5b82f4f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,8 +53,8 @@
            android:ellipsize="end"
            android:singleLine="true"
            android:textAlignment="viewStart"
            android:textColor="#888"
            android:textAppearance="?android:attr/textAppearanceMedium" />
            android:textColor="?android:attr/textColorSecondary"
            android:textAppearance="?android:attr/textAppearanceSmall" />
    </RelativeLayout>

    <View