Add bottom margin to the loading bar

Fix #30
This commit is contained in:
Schoumi 2018-07-02 16:37:32 +02:00
parent 19d50b0bc0
commit d735d57baf
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@
style="@android:style/Widget.ProgressBar.Horizontal"
android:progressDrawable="@drawable/progressbar"
android:layout_width="match_parent"
android:layout_height="5dp" />
android:layout_height="5dp"
android:layout_marginBottom="10dp"
/>
</LinearLayout>
<TextView