Activity automatically scrolls to the middle
问题 When i open an activity it automatically scrolls to the middle..When i open the fragment which has same layout xml file that the activity has it opens fine without scrolling.. I tried putting View view=getWindow().getDecorView().findViewById(android.R.id.content); view.scrollTo(0,0); but it doesn't worked.. Why my activity automatically scrolls to middle and how can i adjust it so that it opens without scrolling? public class TeamDetails extends FragmentActivity { ImageView iv1, iv2, iv3;