One line of code handles all screen adaptation, and one line gets adaptation

Source: Internet
Author: User

One line of code handles all screen adaptation, and one line gets adaptation

One line of code to adapt all screens to AbViewUtil

Andbase framework Introduction: http://blog.csdn.net/menglele1314/article/details/46422409

Andbase framework download: http://download.csdn.net/detail/menglele1314/8786989

Import andbase open-source framework

1. First set in your application:
AbAppConfig. UI_WIDTH = 1080;
AbAppConfig. UI_HEIGHT = 700;

2. Then, in the Activity

@ Override
Protected void onCreate (Bundle savedInstanceState ){

Super. onCreate (savedInstanceState );
SetAbContentView (R. layout. add_photo );
// Root layout, recursive Scaling
AbViewUtil. scaleContentView (RelativeLayout) findViewById (R. id. rootLayout ));

}

3. When designing the layout, remember that all units are px

You can achieve universal adaptation.

Andbase framework Introduction: http://blog.csdn.net/menglele1314/article/details/46422409

Andbase framework download: http://download.csdn.net/detail/menglele1314/8786989

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.