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

Commit 0c6b5292 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Switch order of carrier name and icon" into sc-dev am: d90c8f92

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13841086

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I214eeac874277e795997e3d854a058a542ba148b
parents 2980ee7d d90c8f92
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -28,13 +28,6 @@
    android:clipToPadding="false"
    android:focusable="true" >

    <include
        layout="@layout/mobile_signal_group"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginEnd="@dimen/qs_carrier_margin_width"
        android:visibility="gone" />

    <com.android.systemui.util.AutoMarqueeTextView
        android:id="@+id/qs_carrier_text"
        android:layout_width="wrap_content"
@@ -46,4 +39,11 @@
        android:singleLine="true"
        android:maxEms="7"/>

    <include
        layout="@layout/mobile_signal_group"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginStart="@dimen/qs_carrier_margin_width"
        android:visibility="gone" />

</com.android.systemui.qs.carrier.QSCarrier>
 No newline at end of file