Improved layout of download list

This commit is contained in:
daniel oeh 2012-08-15 16:46:42 +02:00
parent 54c135b6a2
commit 22bcb2463c
1 changed files with 5 additions and 3 deletions

View File

@ -8,20 +8,22 @@
android:id="@+id/txtvTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
android:layout_marginTop="8dp"
android:textStyle="bold" />
<TextView
android:id="@+id/txtvMessage"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="4dp" />
android:layout_margin="8dp" />
<ProgressBar
android:id="@+id/progProgress"
style="@android:style/Widget.ProgressBar.Horizontal"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="match_parent"
android:layout_height="16dp"
android:layout_margin="4dp" />
android:layout_margin="8dp" />
<RelativeLayout
android:layout_width="match_parent"