Implemented one Button on PSE activity

renamed arlrdbd font
Implementation of a .txt file based alternative for the JSON oopsie (needs work prob wrong while loop)
This commit is contained in:
matthias
2024-04-03 23:07:43 +02:00
parent f187b5899a
commit 29784348e5
13 changed files with 314 additions and 7 deletions

View File

@@ -42,6 +42,7 @@ import com.schoolapp.cleverclass.ui.theme.TextOnColouredButton
class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
readData()
setContent {
CleverClassTheme {
Surface(modifier = Modifier.fillMaxSize(),