05-24-2011 12:41 AM
Hi everyone,
today I tried to make my popup screen look nice but faced a problem (take a look at picture):
how do I remove these margins from top and left borders of popup screen?
05-24-2011 12:54 AM
i am unable to find the original iamge..
will you upload it again ???
05-24-2011 01:08 AM
05-24-2011 04:23 AM
05-24-2011 01:52 PM - edited 05-24-2011 01:52 PM
Have you tried something like this? You need to override this method of PopupScreen. I know that this is working find in OS 4.5.
/**
* Override it and do nothing to take off the black lines around the box
*/
protected void applyTheme() {
// Nothing to do here
}