fixwd display layout in weekly timetable
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user