Skip to content

Commit

Permalink
fixes progress after succesfull load
Browse files Browse the repository at this point in the history
  • Loading branch information
ariedov committed Jul 11, 2018
1 parent df9f51d commit 0bd12bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/layout/fragment_quests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">

<ProgressBar
android:id="@+id/progress"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"/>

<LinearLayout
android:id="@+id/content"
android:layout_width="match_parent"
Expand All @@ -33,12 +39,6 @@

</LinearLayout>

<ProgressBar
android:id="@+id/progress"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"/>

<org.thetale.core.views.ErrorView
android:id="@+id/error"
android:layout_width="wrap_content"
Expand Down

0 comments on commit 0bd12bb

Please sign in to comment.