Bug 839767 - Update another hard-coded layout height to use an attribute. r=sriram

This commit is contained in:
Kartikaya Gupta 2013-03-28 14:44:19 -04:00
Родитель aeecff5b62
Коммит eee4662402
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -36,7 +36,7 @@
<org.mozilla.gecko.LinkTextView android:id="@+id/more_text"
android:layout_width="fill_parent"
android:layout_height="47dip"
android:layout_height="@dimen/abouthome_rowitem_height"
android:textColor="@color/abouthome_section_more_text"
android:textSize="12sp"
android:gravity="center"