Hi. i'm very new to andriod..
I have a normal linear view in my main.xml. and i've this in my onCreate
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
}
after this, when the user clicks on any part of the...