version 0.6.0 #46

Merged
Seil0 merged 51 commits from develop into master 2020-08-25 19:24:50 +02:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 42d938b0bc - Show all commits

View File

@ -50,6 +50,7 @@ class GradesFragment : Fragment() {
val view: View = inflater.inflate(R.layout.fragment_grades, container, false)
refreshLayoutGrades = view.findViewById(R.id.refreshLayout_Grades)
refreshLayoutGrades.isEnabled = false // disable swipe
GlobalScope.launch(Dispatchers.Default) {
addGrades()

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"