hi Mark, I found it in the layout editor (using Eclipse). It shows up as a property and you can select 'auto', 'yes' or 'no'.
If this is not the way to do it, how would one prevent accessibility focus to a particular control? --- Anton. On Tuesday, July 31, 2012 11:11:15 AM UTC-4, Mark Murphy (a Commons Guy) wrote: > > There's no accessibilityFocusable attribute in the documentation, at > least based on a simple search. I don't see anything quite like it in > the list of XML attributes for View. Where did you find this? > > On Tue, Jul 31, 2012 at 10:59 AM, Streets Of Boston > wrote: > > Hi, > > > > I have a text-view next to a seekbar. The seekbar is accessible and > > announces its current value. The text-view also shows this value. > > For accessibility, I'd like to make the text-view not > > accessibility-focusable, since the seekbar already is (no use in stating > the > > same thing twice). > > > > However, when adding android:accessibilityFocusable="no" to the layout > xml, > > I get this error: > > No resource identifier found for attribute 'accessibilityFocusable' in > > package 'android' page_slider_layout.xml /KnfbBlio/res/layout line 37 > > Android AAPT Problem > > > > The project build target is 4.1 (api level 16). > > The targetSdk in the AndroidManifest.xml is set to 16 as well. > > > > Any idea what the problem could be? > > > > Thanks! > > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > > http://groups.google.com/group/android-developers?hl=en > > > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/commonsguy > http://commonsware.com/blog | http://twitter.com/commonsguy > > Android Training in DC: http://marakana.com/training/android/ > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

