ScrollView scroll = (ScrollView) findViewById(R.id.addresses_scroll); scroll.setFocusableInTouchMode(true); scroll.setDescendantFocusability(ViewGroup.FOCUS_BEFORE_DESCENDANTS);
No comments:
Post a Comment