Hi All
I have compiled the cocos2d-x-0.995-rc2 run the cocos2d-x android helloworld and test well in the Galaxy S Android device with 480*800.
Today I am trying to run it on the Samsung Galaxy Tab with 1024*600. It only display the 480*800 in the center of the screen.
Somebody can tell me how to support 1024*600 or other Android Tab at cocos2d-x.
I only finde the source code in the appdelegate.cpp
#elif defined(CCX_PLATFORM_ANDROID)
if (!(m_pMainWnd = CCDirector::sharedDirector()->getOpenGLView())) #else
Thanks!
The window is created in HelloWorld(or tests)/android/src/org/cocos2dx/lib/Cocos2dxActivity.java
I suggest you to modify the size of activity at first.