我正在为 10 英寸和 7 英寸平板电脑创建应用程序。
我的问题是,在 10 英寸平板电脑上它不能正常工作。在 7 英寸上它是。我在 hdpi 文件夹中复制了小图像,在 xhdpi 文件夹中复制了大图像。我尝试使用以下方式,但在 10 英寸平板电脑上遇到问题。这里的图像看起来像那样小。我以为 10 英寸平板电脑也在拍摄 hdpi 文件夹图像。该应用程序处于横向模式。
如何为这两款平板电脑制作这个应用程序?
XML 文件:
res/layout-large/main.xml -----7 inch
res/layout-xlarge/main.xml -----10 inch
图片:
res/drawable/hdpi---7 inch images
res/drawable/xhdpi---10 inch images
桌子尺寸 7 英寸:
1024 to 600
density 240
ramsize 512
version 3.0
表尺寸 10 英寸:
1280 to 800
density 160
ramsize 512
version 3.0