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

Commit 86f1f1f0 authored by 0's avatar 0
Browse files

Bring Modern Shade Header carrier text in line with theme

This should most likely fix reports of the text being an incorrect color.

Bug: 308899937
Test: manual
Flag: NONE
Change-Id: Ib8f4d2d54f35023459d46f1ba813ca9ed8b96175
parent 40215866
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -22,13 +22,15 @@
    android:layout_width="wrap_content"
    android:layout_height="match_parent"
    android:gravity="center_vertical"
    android:orientation="horizontal" >
    android:orientation="horizontal"
    android:theme="@style/Theme.SystemUI.QuickSettings.Header" >

    <com.android.systemui.util.AutoMarqueeTextView
        android:id="@+id/mobile_carrier_text"
        android:layout_width="0dp"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:textAppearance="@style/TextAppearance.QS.Status.Carriers"
        android:layout_marginEnd="@dimen/qs_carrier_margin_width"
        android:visibility="gone"
        android:textDirection="locale"