Advertisement

Responsive Advertisement

Request focus on scroollview at that position of view where you want to focus

 fun scrollToPosition(nested: NestedScrollView, nameEdt: EditText) {

    nested.scrollTo(0, nameEdt.bottom)
}

Post a Comment

0 Comments