Android: Native App Background resolution? 480x800? or 480x774? -


i targeting devices have native resolution of 480x800; however, background image (480x800) gets resized (shrink down) 480x774 because of title bar on top. know dell streak or samsung galaxy tab have shorter (in terms of resolution) title bar since screen size bigger (although resolution same: 480x800)

is there way make background stretch way top (including title bar) bottom? don't care top part of image covered android title bar.

i don't want 480x800 background image shrink down.

i use fill parent:

android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@drawable/background" 


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -