Bug 753880 - Marquee aweseome tab strings if they are too long. r=mfinkle

This commit is contained in:
Margaret Leibovic 2012-05-14 13:01:30 -07:00
Родитель f2fa14548c
Коммит b01ff5a583
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -9,6 +9,8 @@
<TextView android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="marquee"
android:layout_marginBottom="3dip"
android:textColor="@color/awesomebar_tab_text"/>