Skip to content

Commit 8052e88

Browse files
jsharkeyAndroid Git Automerger
authored andcommitted
am b06ccdf: Merge "Ellipsize long avatar names in user switcher." into jb-mr1-dev
* commit 'b06ccdfbc08119a27fdb3bacaa117914a7863307': Ellipsize long avatar names in user switcher.
2 parents acc6990 + b06ccdf commit 8052e88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/res/res/layout/keyguard_multi_user_avatar.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
android:layout_gravity="center_vertical|left"
4848
android:textSize="16sp"
4949
android:textColor="#ffffff"
50+
android:singleLine="true"
51+
android:ellipsize="end"
5052
android:background="#808080" />
5153
</LinearLayout>
5254
</com.android.internal.policy.impl.keyguard.KeyguardMultiUserAvatar>

0 commit comments

Comments
 (0)