super.onCreate(savedInstanceState); setContentView(R.layout.view_layers_3); setupList(R.id.list1);
final ListView list = (ListView) findViewById(listId); list.setAdapter(new SimpleListAdapter(this)); list.setLayerType(View.LAYER_TYPE_HARDWARE, null); ((View) list.getParent()).setLayerType(View.LAYER_TYPE_HARDWARE, null);