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

Commit 5b70f5b8 authored by Toha's avatar Toha
Browse files

Add missing center clock layout on MSIM device.

http://review.cyanogenmod.org/67606 missing for MSIM support causing FC on SystemUI app.

Change-Id: I49b2e164d665a67f2d16094320a27fa3495abf18
parent 7100e940
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -132,6 +132,16 @@
        </LinearLayout>
    </LinearLayout>

    <com.android.systemui.statusbar.policy.Clock
        android:id="@+id/center_clock"
        android:textAppearance="@style/TextAppearance.StatusBar.Clock"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:layout_gravity="center"
        android:gravity="center"
        android:singleLine="true"
        />

    <LinearLayout android:id="@+id/ticker"
        android:layout_width="match_parent"
        android:layout_height="match_parent"