【问题标题】:Android app for multiple screen(Phones and Tablet)多屏安卓应用(手机和平板电脑)
【发布时间】:2016-04-05 16:26:58
【问题描述】:

我必须为手机、7 英寸平板电脑和 10 英寸平板电脑开发附加屏幕。

请告诉我以下事情。

1.手机的背景图片大小(以像素为单位)应该是多少?

2.手机的背景图片需要保存在哪个drawable文件夹中?

3. 7 英寸平板电脑的背景图片大小(以像素为单位)

4. 7'' 平板电脑的背景图片必须保存在哪个可绘制文件夹中?

5. 10 英寸平板电脑的背景图片尺寸(以像素为单位)应该是多少?

6.我必须在哪个可绘制文件夹中保留 7 英寸平板电脑的背景图像(以像素为单位)?

因为手机、7'' 平板电脑和 10'' 平板电脑有相同的布局(最终输出相同),所以我使用一个单独的布局文件(activity_main.xml),如果我还需要,它保存在布局文件夹中在这里进行更改,然后请提出建议。

【问题讨论】:

标签: android android-layout drawable


【解决方案1】:

使用大小限定符来支持多个设备

For your layouts
For phone layout-sw320dp
For 7 inch tablet layout-sw600dp
For 10 inch tablet layout-sw720dp

For your images
For phone drawable-sw320dp
For 7 inch tablet drawable-sw600dp
For 10 inch tablet drawable-sw720dp

For your string,dimen,theme etc
For phone values-sw320dp
For 7 inch tablet values-sw600dp
For 10 inch tablet values-sw720dp

【讨论】:

  • 手机、7 英寸平板电脑和 10 英寸平板电脑的附加图像的尺寸应该是多少(以像素为单位)。
猜你喜欢
  • 2011-10-15
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多