Bug 953288 - Limit length of URLs for display; r=lucasr

This commit is contained in:
Jim Chen 2014-01-07 12:21:54 -06:00
parent 3ee31d64a9
commit f17ff3ee5b
2 changed files with 4 additions and 2 deletions

View File

@ -22,6 +22,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
style="@style/TabRowTextAppearance.Url"
android:textSize="14sp"/>
android:textSize="14sp"
android:maxLength="1024"/>
</LinearLayout>

View File

@ -28,7 +28,8 @@
style="@style/Widget.TwoLinePageRow.Url"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:drawablePadding="5dp"/>
android:drawablePadding="5dp"
android:maxLength="1024"/>
</LinearLayout>