Bug 919777: Change the width to be fill_parent for titles in TwoLinePageRow. [r=lucasr]

This commit is contained in:
Sriram Ramasubramanian 2013-09-26 15:17:22 -07:00
Родитель b85bf618cb
Коммит e7550d5c34
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -20,7 +20,7 @@
<org.mozilla.gecko.home.FadedTextView
android:id="@+id/title"
style="@style/Widget.TwoLinePageRow.Title"
android:layout_width="wrap_content"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
gecko:fadeWidth="30dp"/>