This commit is contained in:
KJG
2024-12-06 18:00:18 +09:00
parent fb444ee292
commit a1162f2f4c
2 changed files with 31 additions and 7 deletions
@@ -27,7 +27,7 @@ class ActivityCalendarEx: AppCompatActivity() {
// for (i in 0 until 7) {
val infos = CalendarFactory().getBeansOfThisWeek()
bind.otherViews.numberOfRow = 7
// bind.otherViews.numberOfRow = 7
// (bind.otherViews.getChildAt(i) as? DayView)?.dayInfo = infos.get(i)
// }
setContentView(bind.root)