Found it. I added this to AndroidManifest.xml

    <supports-screens
            android:largeScreens="true"
            android:normalScreens="true"
            android:smallScreens="true"
            android:anyDensity="true"
            android:resizeable="true"
            />


On Friday, February 24, 2012 9:06:18 PM UTC-6, doles wrote:
>
> Hello, 
>
> I am learning android and am trying to run samples on a large screen 
> phone. However, none of the samples take up the entire screen on my phone. 
> I have looked all over for explicit sizes, but cannot find them. I started 
> reading up on mdpi, hdpi and large, medium and small layouts, however, it 
> will be great if someone could specifically give me a clue to why the 
> samples wont run full screen. My apps that I write from scratch do run full 
> screen.
>
> Thanks!!!
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to