Requirements of Baidu market on screen rate, resolution algorithm, resolution value 11, 15, 31, algorithm 31

Source: Internet
Author: User

Requirements of Baidu market on screen rate, resolution algorithm, resolution value 11, 15, 31, algorithm 31

Yesterday, I met Baidu to reject the application release because the resolution value was set to 11. I suddenly went to ask the technical department and sent an email with the following content:


If you want to fully adapt models, layout and values may not be required to adapt the resolution of each model in drawable, layout, or values, however, drawable and values need to be relatively large. In fact, you need to set the resolution requirements for the code in your package. 11 is the result of our parsing, which indicates that you have made the settings, some models have invisible resolution algorithms: anyDensity = 1 <span style = "font-family: Arial, Helvetica, sans-serif; "> small = 2 normal = 4 large = 8 xlarge = 16 are set to true, and the resolution value is: 1 + 2 + 4 + 8 + 16 = 31 </span>
15 = 1 + 2 + 4 + 8


It turns out that my 11 Resolution is because:

AnyDensity = 1

Small = 2

Large = 8

If it is caused by = 11, it should be set as follows:

AnyDensity = 1

Small = 2

Normal = 4

Large = 8

Xlarge = false








Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.