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(
|
||||
gradeItem.context,
|
||||
grade,
|
||||
app.gradesManager
|
||||
app.gradesManager,
|
||||
periodGradesTextual = true
|
||||
)
|
||||
|
||||
totalWidth += gradeName.measuredWidth + 5.dp
|
||||
|
Loading…
Reference in New Issue
Block a user