Is it possible to set a focus to a button widget which lies somewhere down in my layout? onCreate of the activity my control/focus should be on that button programmatically.
Is it possible to set a focus to a button widget which lies somewhere
Share
Yeah it’s possible.
or in XML
Important Note: The button widget needs to be
focusableandfocusableInTouchMode. Most widgets arefocusablebut notfocusableInTouchModeby default. So make sure to either set it in codeor in XML