• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Intents

joak

Lurker
Hi guys.

I'm beginner Android Developer so... I have one question...

My app has a login screen, when I tap an "enter" button, the app shows a second screen, I don't know why the second screen it's a little more short that the first screen, both has RelativeLayout with the same properties.... both screens has "Theme.Light.NotitleBar" property, but the second screen show a little more down..

I works with Eclipse Android IDE
 
I have to put this line .....


requestWindowFeature(Window.FEATURE_NO_TITLE);


works for me .... thanks
 
Back
Top Bottom