开发者

Android use custom resolution

I have problem with custom resolution in AVD.

When I have created new AVD with custom resolution, the content of my app do开发者_StackOverflow社区esnt stretch. I also specify density but it doesnt work.

Please help me

Marcus


You can add support-screen in android Menifest file as follow.

     <supports-screens android:largeScreens="true" android:resizeable="true" 
android:normalScreens="true" android:smallScreens="true" android:anyDensity="true"
 android:xlargeScreens="true"></supports-screens>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜