Make carrier label single line with marquee on overflow
Bug: 15261340 Change-Id: I3b22b018ba834da71129e2ece7107fee5807b1f7
This commit is contained in:
@@ -98,7 +98,8 @@
|
||||
android:gravity="center_vertical"
|
||||
android:ellipsize="marquee"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textColor="#ffffff" />
|
||||
android:textColor="#ffffff"
|
||||
android:singleLine="true" />
|
||||
|
||||
<include
|
||||
layout="@layout/quick_settings_brightness_dialog"
|
||||
|
||||
Reference in New Issue
Block a user