Commit 8c4f4292 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am 03fcf943: Download items should always fit screen.

* commit '03fcf943':
  Download items should always fit screen.
parents 7e62209a 03fcf943
......@@ -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"
......@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment