Skip to content
Snippets Groups Projects
Commit 178c3541 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Hide progressbar by default

(cherry picked from commit c326272b)
parent 60becd94
No related branches found
Tags 2.5.10
No related merge requests found
......@@ -47,7 +47,8 @@
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:progressDrawable="@drawable/progress" />
android:progressDrawable="@drawable/progress"
android:visibility="gone" />
<TextView
android:id="@+id/info_text"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment