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

Commit f32204ed authored by Pawit Pornkitprasan's avatar Pawit Pornkitprasan Committed by Gerrit Code Review
Browse files

SystemUI: StatusBar: completely unbreak MSIM bar

Introduced in Idbf22eb19b9a2addf8bfb570d9e9cbd7d90c9650
Partially fixed in I303cc2bf2781263e44ef4a690c48b5b4258334d3

Change-Id: Iaf93406de36afeebe2b36bb9e720620a323c6e3f
parent 9ea46b6c
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -119,6 +119,25 @@
        </com.android.keyguard.AlphaOptimizedLinearLayout>
    </LinearLayout>

    <com.android.keyguard.AlphaOptimizedLinearLayout
        android:id="@+id/center_clock_layout"
        android:gravity="center"
        android:orientation="horizontal"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        >

        <TextView
            android:id="@+id/center_clock"
            android:textAppearance="@style/TextAppearance.StatusBar.Clock"
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:singleLine="true"
            android:gravity="center"
            android:visibility="gone"
            />
    </com.android.keyguard.AlphaOptimizedLinearLayout>

    <ViewStub
        android:id="@+id/ticker_stub"
        android:inflatedId="@+id/ticker"