The full screen method used in the Android project

Source: Internet
Author: User

In the project to adapt to a comprehensive screen of a simple number of adaptation methods recorded (easy to modify the optimization)

1. Modification of the manifest file

Add the following snippet below the application tag of the App androidmanifest:

<meta-data android:name= "Android.max_aspect" android:value= "2.1"/>

To explain the following:

Ratio_float is a floating-point number, the official recommendation is 2.1 or greater, because 18.5:9=2.055555555 ..., if you later appear in the larger aspect ratio of the phone, this value will need to be set to greater.

2. New Project's Gallery file

Full screen adaptation needs to be placed in this folder

3. Adaptation of the start diagram (the results of the discussion)

Here is the layout file for the start diagram, which requires type Centercrop

Because this can be adapted to the upper and lower cutting, left and right cutting, talk about the results of cutting, to 16:9 of the mobile phone as an example, the plot up or down must be more than 18:9 or 20:9 or more can be done 2160*1080 or larger, million can not be small, large crop display, small will leave blank.

By: Leilei tua

The full screen method used in the Android project

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.