Merge "Switch order of carrier name and icon" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d90c8f9227
@@ -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>
|
||||
Reference in New Issue
Block a user