Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Download items should always fit screen.
Browse files Browse the repository at this point in the history
Bug: 6614812
Change-Id: I9b5eb051bce1e296478fb1fa6f95b710fa0c819f
  • Loading branch information
jsharkey committed Jun 5, 2012
1 parent f5ac95f commit 03fcf94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/res/layout/download_list_item.xml
Expand Up @@ -46,6 +46,7 @@

<TextView
android:id="@+id/download_title"
android:layout_width="0dip"
android:layout_columnSpan="2"
android:layout_gravity="fill_horizontal"
android:singleLine="true"
Expand All @@ -55,6 +56,7 @@

<TextView
android:id="@+id/domain"
android:layout_width="0dip"
android:layout_columnSpan="2"
android:layout_gravity="fill_horizontal"
android:singleLine="true"
Expand Down

0 comments on commit 03fcf94

Please sign in to comment.