Numf / eyes-free

Automatically exported from code.google.com/p/eyes-free
0 stars 0 forks source link

Unable to let users know the status of checkbox #200

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. have an APP with a ListView contains TextView + CheckBox.
2. When touch an item with one finger, the status of the checkbox is not spoken 
but TextView is.

What is the expected output? What do you see instead?
The status of the checkbox should be spoken out when exploring by touch.

What version of the product are you using? On what operating system?
4.2

Please provide any additional information below.

Original issue reported on code.google.com by seawinds...@gmail.com on 8 Mar 2013 at 9:48

GoogleCodeExporter commented 8 years ago
hi, you may checkout "CheckedTextView".

Original comment by bsd...@gmail.com on 14 Mar 2013 at 6:22

GoogleCodeExporter commented 8 years ago
It is just an example. My layout is more complex than that, so CheckedTextView 
is not an option for me.

Original comment by seawinds...@gmail.com on 14 Mar 2013 at 10:35

GoogleCodeExporter commented 8 years ago
Either use android:labelFor (supported in API 17+) in your layout, group the 
elements in a clickable container and send CLICKED events from the check box 
(see Settings for an example), or use CheckedTextView.

Please ask on StackOverflow if you need more assistance.

Original comment by alanv@google.com on 2 Apr 2013 at 10:48