mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-27 09:16:08 +00:00
Try to fix progressbar visibility one last time
This commit is contained in:
parent
cae77b085c
commit
476643a81c
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="4dp"
|
android:layout_height="4dp"
|
||||||
android:id="@+id/progressBar"
|
android:id="@+id/progressBar"
|
||||||
|
android:visibility="gone"
|
||||||
android:max="1000"/>
|
android:max="1000"/>
|
||||||
|
|
||||||
<android.support.v7.widget.RecyclerView
|
<android.support.v7.widget.RecyclerView
|
||||||
|
|
Loading…
Add table
Reference in a new issue