"Android" Dynamic settings android:drawableleft| Right| top| Bottom

Source: Internet
Author: User

Android sometimes need to dynamically set the control around the drawble picture, this time need to call Setcompounddrawables (left, top, right, bottom), four parameter types are drawable   Button Inherits TextView, so you can use the same Setup method   method One. XML Mode  
<TextViewAndroid:id= "@+id/booktitle"Android:layout_width= "Match_parent"Android:layout_height= "Wrap_content"Android:drawableleft= "@drawable/checkmark"Android:drawableright= "@drawable/checkmark"Android:drawabletop= "@drawable/checkmark"android:gravity= "Center_vertical"Android:textstyle= "Bold"android:textsize= "20dip"Android:maxlines= "1"android:ellipsize= "End"/>

  method Two. Java Code  
== res.getdrawable (r.drawable.btn_strip_mark_off); // the Drawable.setbounds () method must be called when Setcompounddrawables is called, otherwise the picture does not display img_off.setbounds(0, 0null NULL NULL // Set left icon

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.