ellipsising the subject name text in the MarksSubjectScreen

This commit is contained in:
odweta
2025-10-02 20:00:13 +02:00
parent 156342e379
commit f52cddd311
@@ -1,6 +1,7 @@
package com.odweta.solon
import android.util.Log
import androidx.compose.ui.text.style.TextOverflow
import androidx.activity.compose.BackHandler
import androidx.compose.foundation.background
import androidx.compose.foundation.border
@@ -555,6 +556,8 @@ fun MarksSubject() {
color = Color.White,
textAlign = TextAlign.Center,
fontSize = 30.sp,
maxLines = 1,
overflow = TextOverflow.Ellipsis, // more elegant i think
modifier = Modifier
.fillMaxWidth()
.border(