I have a class ExampleRunnable which is calling the method under certain restrictions to change value percentage and TextView’s which will display this after setting visibility one line aboce. I am trying to display this value till i wont stop this thread. My application is freezing because i cant access to TextView. Is there any solution, to get access to
Tag: accessibility
TextView setContentDescription not working
I’m trying to set the contentDescription on a TextView but it doesn’t seem to be announced by TalkBack. TalkBack is only vocalizing the text content. The second line above has no effect. TalkBack says, “2d 9h left”. I’ve also tried the following: but this results in TalkBack announcing “2days 9hours left 2d 9h left”, which is also incorrect. Answer The