Fixed progress bar height discrepancies

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

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

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

Loading…
Cancel
Save