November 1, 2012

Best Practice for Background

Best Practice for Background

        --!!

        getWindow().setFormat(PixelFormat.RGBA_8888);
getWindow().addFlags(WindowManager.LayoutParams.FLAG_DITHER);
        --!!

Add these two lines in your OnCreate Method of your Activity, Right before

        --!!
        setContentView(R.layout.Activity_Name);
        --!!

No comments:

Post a Comment