update gradle, constraintlayout & coroutines
* gradle 6.2.1 -> 6.4 * constraintlayout 2.0.0-beta4 -> 2.0.0-beta6 * coroutines 1.3.5 -> 1.3.6
This commit is contained in:
@ -29,6 +29,7 @@ import android.view.ViewGroup
|
||||
import android.widget.ScrollView
|
||||
import androidx.fragment.app.Fragment
|
||||
import com.afollestad.materialdialogs.MaterialDialog
|
||||
import com.afollestad.materialdialogs.bottomsheets.BottomSheet
|
||||
import com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||
import kotlinx.android.synthetic.main.fragment_timetable.*
|
||||
import kotlinx.coroutines.*
|
||||
@ -81,9 +82,9 @@ class TimeTableFragment : Fragment() {
|
||||
}
|
||||
|
||||
faBtnAddLesson.setOnClickListener {
|
||||
MaterialDialog(context!!)
|
||||
MaterialDialog(context!!, BottomSheet())
|
||||
.title(text = resources.getString(R.string.add_lesson))
|
||||
.message(text = "wähle einen Studiengang aus:\n\nWähle eine Vorlesung aus: \n\n Diese Funktion ist noch nicht verfügbar")
|
||||
.message(text = "wähle einen Studiengang aus:\n\nWähle eine Vorlesung aus: \n\nDiese Funktion ist noch nicht verfügbar")
|
||||
.show()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user