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

Commit 90d8610a authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Apparently people want to know what time it is."

parents 994c5782 6327b957
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"