fix background in fragment_grades
All checks were successful
continuous-integration/drone/push Build is passing

* disable swipe in fragment_grades
This commit is contained in:
2020-08-14 21:57:09 +02:00
parent 9d7504bbaf
commit 42d938b0bc
2 changed files with 4 additions and 2 deletions

View File

@ -6,9 +6,10 @@
tools:context=".fragments.GradesFragment">
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/refreshLayout_Grades"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/refreshLayout_Grades">
android:background="?themePrimary">
<ScrollView
android:id="@+id/scrollView_Grades"
@ -19,7 +20,7 @@
android:id="@+id/linLayout_Grades"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
android:orientation="vertical">
<TextView
android:id="@+id/txtView_Loading"