mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 753880 - Marquee aweseome tab strings if they are too long. r=mfinkle
This commit is contained in:
parent
c6512a9065
commit
af0c51ad8a
@ -9,6 +9,8 @@
|
|||||||
<TextView android:id="@+id/title"
|
<TextView android:id="@+id/title"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:singleLine="true"
|
||||||
|
android:ellipsize="marquee"
|
||||||
android:layout_marginBottom="3dip"
|
android:layout_marginBottom="3dip"
|
||||||
android:textColor="@color/awesomebar_tab_text"/>
|
android:textColor="@color/awesomebar_tab_text"/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user