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