NG
Size: a a a
NG
В
В
MM
AA
NG
В
SS
SS
ІЧ
ІЧ
override fun setUpViewPager(map: HashMap<DAYS, ArrayList<UniversityPair>>) {
with(binding) {
pager.adapter = SchedulePagerAdapter(requireActivity(), map)
TabLayoutMediator(binding.tabLayout, pager
) { tab, position ->
tab.text = listOfDaysShort[position]
}.attach()
}
}
В
ІЧ
ІЧ
В
В
PK
PK
R
ІЧ