Android Development instance transparency effect setting method

Source: Internet
Author: User
No Android development experience of friends, the realization of transparency is a certain difficulty, I see the Wheat College Android development video above three ways to achieve transparency, these three methods are very good, hey, you copy down to share to everyone.
1. Set Alpha
View v = Findviewbyid (r.id.content);/to the ID of the layout you want to set the transparent background
V.getbackground (). Setalpha (100);//0~255 Transparency Value
2, with ARGB to control
Translucent <button android:background= "#e0000000"/>
Transparent <button android:background= "#00000000"/>
3, with the Android system comes with the transparency effect
Android:background= "@android: Color/transparent"
For example, the Set button
<button android:background= "@android: Color/transparent"

android:text= "@+id/button01"

Android:id= "@+id/button01"

Android:layout_width= "Wrap_content"

android:layout_height= "Wrap_content"

Android:textcolor= "#ffffff"/>

More Android Development tutorials at: Http://www.maiziedu.com/course/android/

Android Development instance transparency effect setting method

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.