Fixed progress bar height discrepancies

pull/14/head
Sam Bosley 12 years ago
parent 100085c6da
commit 1fb3949ef6

@ -44,7 +44,6 @@
style="@android:style/Widget.ProgressBar.Horizontal"
android:layout_width="fill_parent"
android:layout_height="5dip"
android:layout_weight="1"
android:visibility="gone" />
<!-- Footer -->

@ -15,8 +15,7 @@
android:layout_width="fill_parent"
android:layout_height="5dip"
style="@android:style/Widget.ProgressBar.Horizontal"
android:visibility="gone"
android:layout_weight="1" />
android:visibility="gone"/>
<!-- Body goes here -->

Loading…
Cancel
Save