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

Commit 6327b957 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Apparently people want to know what time it is.

Bug: 2897410
Change-Id: I8a9a995cf50d197f1f8894455372d0e325eb3eae
parent 0186c93a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@

    <style name="TextAppearance.StatusBar">
        <item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
        <item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
    </style>
    <style name="TextAppearance.StatusBar.Ticker">
    </style>
+2 −1
Original line number Diff line number Diff line
@@ -27,9 +27,10 @@
    <com.android.systemui.statusbar.Clock
        style="@*android:style/TextAppearance.StatusBar.Icon"
        android:id="@+id/clock"
        android:layout_width="wrap_content"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:singleLine="true"
        android:gravity="center"
        android:textSize="16sp"
        android:textStyle="bold"
        android:padding="2dip"