minor changes
This commit is contained in:
@@ -66,8 +66,9 @@ fun PSEContent(activity: ComponentActivity){
|
||||
Column() {
|
||||
//region //Element dialog definitions
|
||||
val HBuilder = AlertDialog.Builder(activity)
|
||||
HBuilder.setTitle("EL TITEL")
|
||||
HBuilder.setMessage(elements[0].data1)
|
||||
HBuilder.setIcon(null)
|
||||
HBuilder.setTitle(elements[0].data0)
|
||||
HBuilder.setMessage(elements[0].data0)
|
||||
HBuilder.setPositiveButton(R.string.dialog_schließen, null)
|
||||
//endregion
|
||||
|
||||
@@ -78,3 +79,9 @@ fun PSEContent(activity: ComponentActivity){
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun main() {
|
||||
readData()
|
||||
println(elements[0].data0)
|
||||
println(elements[0].data10)
|
||||
}
|
||||
Reference in New Issue
Block a user