super.onCreate(savedInstanceState); ScrollView scroller = new ScrollView(this); scroller.addView(new CustomTextView(this)); setContentView(scroller);