Fix progress bar position

This commit is contained in:
2016-04-20 07:31:02 -04:00
parent 7f159149ef
commit 44402bf3a4
3 changed files with 26 additions and 1 deletions

View File

@@ -80,7 +80,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="?android:attr/progressBarStyleHorizontal"
android:layout_below="@id/header"
android:layout_below="@+id/header"
android:layout_marginTop="@dimen/progressbarOffset"
/>
<LinearLayout