I have been trying to set the initial position of a scroll View but have not found a way. Does anyone have any ideas? Also I have a GoogleMaps fragment as a children of the
Scrollview sw = (ScrollView) findViewById(R.id.scrollView); sw.post(new Runnable() { public void run() { sw.smoothScrollTo(0, 5000); } });