fun scrollToPosition(nested: NestedScrollView, nameEdt: EditText) {
nested.scrollTo(0, nameEdt.bottom)}
0 Comments