Bug 770597: Short url in AwesomeScreen. [r=mfinkle]

This commit is contained in:
Sriram Ramasubramanian 2012-07-06 12:39:51 -07:00
Родитель 982e6b357d
Коммит ce23dc12fb
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -42,11 +42,13 @@
<TextView android:id="@+id/url"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="6dip"
android:layout_marginRight="6dip"
android:textColor="#9198A1"
android:textSize="13sp"
android:layout_below="@id/title"
android:layout_alignLeft="@id/title"
android:layout_alignRight="@id/title"
android:layout_toRightOf="@id/favicon"
android:layout_toLeftOf="@id/bookmark_icon"
android:includeFontPadding="false"
android:singleLine="true"
android:ellipsize="middle"/>