Merge "Use explicit height for attachment progressbar" into honeycomb

This commit is contained in:
Makoto Onuki 2011-01-12 13:46:32 -08:00 committed by Android (Google) Code Review
commit e96401a8b2
1 changed files with 4 additions and 1 deletions

View File

@ -50,13 +50,16 @@
<ProgressBar
android:id="@+id/progress"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="16dip"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_alignParentRight="true"
android:layout_marginTop="2dip"
android:layout_marginBottom="6dip"
style="?android:attr/progressBarStyleHorizontal"
android:max="100"
android:visibility="invisible"
android:gravity="center"
/>
<TextView
android:id="@+id/attachment_info"