put data source selection into ScrollView

This commit is contained in:
johan12345
2021-08-14 17:33:34 +02:00
parent 17eaeb99da
commit d97cb4b9fb
4 changed files with 102 additions and 83 deletions

View File

@@ -41,9 +41,10 @@ class DataSourceSelectDialog : AppCompatDialogFragment() {
override fun onStart() {
super.onStart()
// dialog with 95% screen height
dialog?.window?.setLayout(
ViewGroup.LayoutParams.MATCH_PARENT,
ViewGroup.LayoutParams.WRAP_CONTENT
(resources.displayMetrics.heightPixels * 0.95).toInt()
)
}