fixwd display layout in weekly timetable

This commit is contained in:
Odweta
2024-09-21 22:00:00 +02:00
parent e7077ffbf4
commit 67b210c4e6
5 changed files with 15 additions and 3 deletions
@@ -420,6 +420,7 @@ class DayFragment : Fragment() {
if (subj.free) {
// italic
subjectPlaceTextView.setTypeface(customFont, Typeface.ITALIC)
subjectPlaceTextView.text = "Volno "
}
subjectPlaceTextView.textSize = 22f
subjectPlaceTextView.gravity = Gravity.CENTER_VERTICAL
@@ -434,7 +435,7 @@ class DayFragment : Fragment() {
namePlaceLL.addView(subjectPlaceTextView)
}
namePlaceLL.setPadding(30, 0, 0, 0)
namePlaceLL.setPadding(30, 15, 0, 15)
subjectLayout.addView(namePlaceLL)