Hi,

I'm running our application on galaxy tab. My app draws everything on
a bitmap and displays it on screen. I always use fullscreen by using
the properties:

    <application android:icon="@drawable/icon"
android:label="TotalCross Virtual Machine"
         android:theme="@android:style/Theme.Black.NoTitleBar" >
        <activity android:name=".Loader" android:label="Loading
application..."
        android:configChanges="keyboardHidden|orientation|screenLayout|
fontScale|keyboard" />
    </application>

However, on galaxy tab, even if it correctly detects that the screen
is 600x1024, the bottom pixels of the bitmap becomes strange: it
shows, at the bottom of the screen the top row of the screen twice,
like this picture:

<img src='http://187.0.198.189/galaxy_fs.jpg'>http://187.0.198.189/
galaxy_fs.jpg</img>

Seems that it thinks that there's still a taskbar at the top, even if
i set the property like above.

Am I missing something?

thanks

     guich

-- 
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