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

Commit 5b82f4f2 authored by John Spurlock's avatar John Spurlock
Browse files

Settings: Use standard small text for subtitle.

In App notifications.

Bug:15423920
Change-Id: I493189d92b4e1447c4dd40bd5070a36d2e176bb0
parent 5b210dd5
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