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

Commit 5fda29b2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[SB] Remove unneeded clock custom style." into main

parents 85e714a0 638ffd4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@
                        android:layout_height="wrap_content"
                        android:minHeight="@dimen/status_bar_system_icons_height"
                        android:layout_gravity="center_vertical"
                        android:textAppearance="@style/TextAppearance.StatusBar.Default.Clock"
                        android:textAppearance="@style/TextAppearance.StatusBar.Default"
                        android:singleLine="true"
                        android:paddingStart="@dimen/status_bar_left_clock_starting_padding"
                        android:paddingEnd="@dimen/status_bar_left_clock_end_padding"
+0 −4
Original line number Diff line number Diff line
@@ -24,10 +24,6 @@
        <item name="android:textColor">@color/status_bar_clock_color</item>
    </style>

    <!-- TODO(b/411157074): This style can be removed once the style for the status bar clock is solidified. -->
    <style name="TextAppearance.StatusBar.Default.Clock">
    </style>

    <style name="TextAppearance.StatusBar.UserChip" parent="@*android:style/TextAppearance.StatusBar.Icon">
        <item name="android:textSize">@dimen/status_bar_user_chip_text_size</item>
        <item name="android:fontFamily">@*android:string/config_headlineFontFamilyMedium</item>