private void showDialog(){
final Dialog dialog = new Dialog(MainActivity.this, R.style.my_style);
dialog.setContentView(R.layout.help);
dialog.show();
ImageView imgView = (ImageView) dialog.findViewById(R.id.p_w_picpathView_help);
imgView.setOnClickListener(new OnClickListener(){
@Override
public void onClick(View arg0) {
dialog.dismiss();
}
});
}
help.xml
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
android:id="@+id/p_w_picpathView_help"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/help" />
strings.xml
TestView
Settings
Hello world!
@color/back_color
true
true
@+android:style/Animation.Translucent
color.xml
#808080
#FF00FF
#33CCFF
#33CCFF