I have several Views, text views, and a button that have the android:visibility=\"invisible\" attribute. My goal is to click a button that resides above these \'invisible\' widg
Button submitRating = (Button) findViewById(R.id.submitRatingButton); submitRating.setOnClickListener(new View.onClickListener) { @Override public void onClick(View v) { //Insert your code here } }