|
|
@ -1,6 +1,7 @@
|
|
|
|
package com.example.mathseduc.ui
|
|
|
|
package com.example.mathseduc.ui
|
|
|
|
|
|
|
|
|
|
|
|
import android.content.Intent
|
|
|
|
import android.content.Intent
|
|
|
|
|
|
|
|
import android.widget.Toast
|
|
|
|
import androidx.compose.foundation.Image
|
|
|
|
import androidx.compose.foundation.Image
|
|
|
|
import androidx.compose.foundation.layout.Arrangement
|
|
|
|
import androidx.compose.foundation.layout.Arrangement
|
|
|
|
import androidx.compose.foundation.layout.Column
|
|
|
|
import androidx.compose.foundation.layout.Column
|
|
|
@ -23,6 +24,8 @@ import androidx.compose.ui.platform.LocalContext
|
|
|
|
import androidx.compose.ui.res.painterResource
|
|
|
|
import androidx.compose.ui.res.painterResource
|
|
|
|
import androidx.compose.ui.text.font.FontWeight
|
|
|
|
import androidx.compose.ui.text.font.FontWeight
|
|
|
|
import androidx.compose.ui.unit.dp
|
|
|
|
import androidx.compose.ui.unit.dp
|
|
|
|
|
|
|
|
import com.example.mathseduc.ConnexionPlayerActivity
|
|
|
|
|
|
|
|
import com.example.mathseduc.MainActivity
|
|
|
|
import com.example.mathseduc.MultiActivity
|
|
|
|
import com.example.mathseduc.MultiActivity
|
|
|
|
import com.example.mathseduc.R
|
|
|
|
import com.example.mathseduc.R
|
|
|
|
import com.example.mathseduc.ui.theme.Colors
|
|
|
|
import com.example.mathseduc.ui.theme.Colors
|
|
|
|