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

Commit abefa925 authored by jackqdyulei's avatar jackqdyulei
Browse files

Remove style TextAppearance.StatusBar.TextButton

Cannot find any usage of this style in systemui, so delete it.

Bug: 32592245
Test: manual - by building the project
Change-Id: I4d6c01ca4c6418dbb921b4ce59b14b9582da21f0
parent 0e1d63d4
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -93,13 +93,6 @@
        <item name="android:textColor">#FF808080</item>
    </style>

    <style name="TextAppearance.StatusBar.TextButton"
        parent="@*android:style/TextAppearance.StatusBar">
        <item name="android:textAppearance">?android:attr/textAppearance</item>
        <item name="android:textStyle">normal</item>
        <item name="android:textColor">#FFFFFFFF</item>
    </style>

    <style name="TextAppearance.StatusBar.Clock" parent="@*android:style/TextAppearance.StatusBar.Icon">
        <item name="android:textSize">@dimen/status_bar_clock_size</item>
        <item name="android:fontFamily">sans-serif-medium</item>