import android.widget.*; static ScrollView ascroll(View v){ ScrollView sv = new ScrollView(androidActivity ()); sv.addView(v); ret sv; }