I've been trying the methods you mentioned Spoon with no luck. Here is an unaltered snippet from my java source. (if you don't mind taking a look!)-----------------------------------------------------------------------------------public class MainA…
I found the problem. If requestWindowFeature(Window.FEATURE_NO_TITLE); is in the java, it ignores the margins. If I comment it out, the margins work BUT I have the title bar appearing. This is of course no good. Any advice?
Only problem with App Inventor is that it doesn't have direct controller support. What I mean by that is when you make something in App Inventor, the only thing the controller will do is highlight different items using the dpad and select them by p…