Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #48 from schul-cloud/95-swipe-refresh-for-every-ne…
Browse files Browse the repository at this point in the history
…cessary-activity

quickfix
  • Loading branch information
Niklas Kiefer authored Jun 30, 2017
2 parents 42a65d3 + dddef81 commit d5c4dee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/layouts/courses/layout/activity_course.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
android:scrollbars="vertical" />

</RelativeLayout>

<FrameLayout
android:id="@+id/overlay_fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</android.support.v4.widget.SwipeRefreshLayout>

<FrameLayout
android:id="@+id/overlay_fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</RelativeLayout>

0 comments on commit d5c4dee

Please sign in to comment.