[android-developers] Re: How to use whole screen on 1024x480 Android device (Acer Iconia Smart)?
Since 1024x480 is a very unusual size and probably not supported
correctly by Android, they Acer was probably forced to report a
"standard" Android resolution of 854x480 (are you really seeing 855,
not 854?)
My guess is there are some custom libraries from Acer out there for
that device to access the entire screen real estate.
On Jun 20, 2:49 pm, Oliver <oliver.trach...@gmail.com> wrote:
> When running manually compiled Android apps on the Acer Iconia Smart,
> there always remains a black bar at the bottom of the screen that is
> not usable by the apps. This happens for my own as well as other apps
> compiled from source. Pre-installed apps do not show this behavior and
> make use of the whole screen.
>
> The device has a 1024x480 screen, but I can only make use of 855×480
> pixels. This is the size reported by
> getResources().getDisplayMetrics().
>
> So far, any attempts to fix the issue have failed, including:
>
> - manually changing the display metrics (using
> getResources().updateConfiguration(config, metrics).
>
> - setting all possible attributes of <supports-screens> to true in the
> Android manifest.
>
> android:minSdkVersion is set to 10, corresponding to the Android 2.3.3
> version on the device.
>
> Any ideas? Did anybody successfully deploy self-compiled apps on this
> device that make use of the entire screen estate?
>
> -Oliver
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home