I have a ViewPager2 and a TabLayout on one of the screens and they are linked together with TabLayoutMediator. When TalkBack is enabled on the device, I need either of them to read out the page number when page is changed. e.g. page 1 of 9 and etc.
Does anyone know how to do this?