android - Getting screen resolution of 545 X 320 in Moto Xoom -


after updating moto xoom 3.2, getting screen resolution of 545 x 320 instead of 1280 x 800?

is normal?

put line in manifest file , check if solve problem or not:

<supports-screens android:smallscreens="true" android:normalscreens="true" android:largescreens="true" android:anydensity="true"/> 

put in manifest element.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -