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

Commit e6d8ec89 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Switch order of carrier name and icon

Test: manual
Bug: 182469533
Change-Id: Icdec6c414aa5c5896840f5ddc390564605ea77a2
parent b938d78c
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