Restore the progress bar to task comments view

pull/14/head
Sam Bosley 12 years ago
parent 5952959d86
commit 7f07d08af4

@ -83,8 +83,8 @@
<ProgressBar
android:id="@+id/progressBar"
style="@android:style/Widget.ProgressBar.Horizontal"
android:layout_width="0dip"
android:layout_height="1dip"
android:layout_width="fill_parent"
android:layout_height="5dip"
android:layout_weight="1"
android:visibility="gone" />

Loading…
Cancel
Save