并非“为平板电脑设计"的Android应用由于绘画 [英] Android app not "designed for tablets" due to drawables

查看:116
本文介绍了并非“为平板电脑设计"的Android应用由于绘画的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Google Play声明我的应用不是为平板电脑设计的:您的APK应该包含针对普通平板电脑屏幕密度的自定义可绘制素材资源."它链接到 4.在平板电脑"应用质量页面上使用专为平板电脑屏幕设计的资产.我试图了解我是否不符合第4节的规定,并且希望能获得宝贵的见解.

Google Play states that my app is not designed for tablets: "Your APK should include custom drawables assets for common tablet screen densities." It links to 4. Use assets designed for tablet screens on the Tablet app quality page. I'm trying to understand how I'm not compliant with section 4, and I'd appreciate insights.

  1. 关于平板电脑资产的第4节是否准确符合操作栏图标的大小?看起来是32dp是指定的大小(在mdpi时为32x32px),但似乎与 Google material-design-icons 套件中的24dp资产用于我的操作栏(工具栏),并且套件中没有32dp Android图标.

  1. Is section 4 on tablet assets even accurate for Action Bar icon sizes? It looks like 32dp is the specified size (32x32px at mdpi), but that appears to conflict with the material touch target size specification, which specifies 24dp. I use 24dp assets from the Google material-design-icons suite for my Action Bar (Toolbar), and there is no such thing as a 32dp Android icon in the suite.

我在项目中包括了drawable-xhdpidrawable-xxhdpidrawable-xxxhdpi PNG可绘制资产,但是我没有包括drawable-hdpi资产.这可能就是为什么我不是为平板电脑设计的"原因吗?文档指出,所有可绘制对象均应优化为hdpi,xhdpi,xxhdpi或xxxhdpi大小中的至少一种",而我至少已对此进行了优化.

I have included drawable-xhdpi, drawable-xxhdpi, and drawable-xxxhdpi PNG drawable assets in my project, but I have not included drawable-hdpi assets. Could this be the reason why I'm not "designed for tablets?" The documentation states that all drawables should be "optimized for at least one" of hdpi, xhdpi, xxhdpi, or xxxhdpi sizes, and I have done this for at least one.

我的启动器图标大小正确,包括mdpi-xxxhdpi版本(mipmap-mdpimipmap-hdpi等).

My launcher icon sizes are correct and include mdpi - xxxhdpi versions (mipmap-mdpi, mipmap-hdpi, etc.).

推荐答案

对于为此感到困惑的人,我提交了平板电脑联系表单设计,您可以使用该表单让Google知道为什么您认为自己的应用是为平板电脑设计的(即使没有这样标记). Google审核了我提交的内容并表示同意,并且该应用现已标记为专为平板电脑设计.

For anyone struggling with this, I submitted the Design for Tablet Contact Form, which you can use to let Google know why you believe your app is designed for tablets (even though it is not labeled as such). Google reviewed my submission and agreed, and the app is now labeled as designed for tablets.

在提交表单之前,您应确保您的应用符合.

Before submitting the form, you should make sure that your app meets the Tablet App Quality Checklist first.

这篇关于并非“为平板电脑设计"的Android应用由于绘画的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆