forked from github/szkolny
[UI/Home] Show textual period grades in grades card.
This commit is contained in:
parent
3f61ab8299
commit
90e99e241a
@ -121,7 +121,8 @@ class HomeGradesCard(
|
|||||||
val gradeName = GradeView(
|
val gradeName = GradeView(
|
||||||
gradeItem.context,
|
gradeItem.context,
|
||||||
grade,
|
grade,
|
||||||
app.gradesManager
|
app.gradesManager,
|
||||||
|
periodGradesTextual = true
|
||||||
)
|
)
|
||||||
|
|
||||||
totalWidth += gradeName.measuredWidth + 5.dp
|
totalWidth += gradeName.measuredWidth + 5.dp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user