Android View Change background resource, padding disappearing issue

Source: Internet
Author: User
Tags set background

This requirement is generally not used, but it is very depressing to meet. This should be considered a bug in the SDK, the solution is to set up before recording his margin,

Then set back in.

Specific methods

    /**     * settings do not change padding background     * Because Android has set background, padding invalid problem     *     * @param view     * @param resId     * @autor Wujiajun     *    /public static void setbackgroundresourcewithpadding (view view, int resId) {        int bottom = View.getpaddingbottom ();        int top = View.getpaddingtop ();        int right = View.getpaddingright ();        int left = View.getpaddingleft ();        View.setbackgroundresource (resId);        View.setpadding (left, top, right, bottom);    }


Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Android View Change background resource, padding disappearing issue

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.