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

Commit 16cbe2d3 authored by tmfang's avatar tmfang
Browse files

Replace missing style for alarm_volume_preference

Preference_TextAppearanceMaterialSubhead was removed
from androidx preference library.

So, I changed this style to textAppearanceListItem.

Test: Rebuild rom
Bug: 122829558
Change-Id: Ie110617b8c35aac0b6b12826bbc2e9d44663b154
parent 25c750f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
        android:layout_height="wrap_content"
        android:ellipsize="marquee"
        android:singleLine="true"
        android:textAppearance="@style/Preference_TextAppearanceMaterialSubhead" />
        android:textAppearance="?android:attr/textAppearanceListItem" />

    <LinearLayout
        android:layout_width="match_parent"