1

I am creating a wire-frame android application for presentational purposes only. My target device is a 1280 x 800 10.1 inch tablet. I need to know the exact resolution of the device subtracting the navigation bar at the bottom. At first I made my graphics in 1280 x 800, but they didn't fit the screen properly because of the navigation bar, does anyone know the actual available resolution for a 10.1 1280 x 800 tablet?

Rocky DeHart
  • 173
  • 2
  • 9
  • Are you sure that navigation bar is part of screen. I guess its not part of screen and whatever the resolution of your screen, is the total available screen size. – Shrikant Ballal Jun 04 '12 at 09:07
  • Yes the navigation bar takes up space on the screen making the actual space smaller than 1280x800. It gives my graphic black bars on each side. – Rocky DeHart Jun 04 '12 at 09:12

2 Answers2

3

I made a screenshot of an ICS emulator running on 1280x800 pixels. The system bar is 48 pixels high, so 752 pixels remain for your application.

1280x800 tablet

Thomas
  • 1,508
  • 2
  • 22
  • 35
0

Ok this is interesting, according to this the active resolution would be 1280x752 (Android 3.1) But this talks about something I support, design for any resolution.

I hope this helps out better. Good luck.

Community
  • 1
  • 1
Fluffy
  • 33
  • 4
  • @Rocky you're right, besides that I should have put it in the comments in the first place as an indication. I might as well delete it ;) – Fluffy Jun 04 '12 at 11:17