For Android, the background of a button or imagebutton is transparent and transparent.

Source: Internet
Author: User
ArticleDirectory
  • The background of a button or imagebutton is transparent or translucent.
  • Set the background image transparency (ultra-simple)
The background of a button or imagebutton is transparent or translucent. <button Android: Background = "# e0000000".../>
Transparent <button Android: Background = "#00000000".../>

The color and opacity (alpha) values are expressed in hexadecimal notation. The value range of any color is 0 to 255 (00 to ff ). For Alpha, 00 indicates completely transparent, and FF indicates completely opaque. The expression order is "aabbggrr", where "AA = Alpha" (00 to ff); "BB = Blue" (00 to ff ); "Gg = green" (00 to ff); "RR = red" (00 to ff ). For example, if you want to apply a blue opacity of 50% to a stack, specify the following value: 7fff0000

Set the background image transparency (ultra-simple)

JavaCode

  1. View v = findviewbyid (R. Id. content); // locate the ID of layout where you want to set a transparent background
  2. V. getbackground (). setalpha (100); // 0 ~ 255 transparency Value
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.