The Activity of Android for transparent effects

Source: Internet
Author: User
Tags transparent color

Android The system provides the Activity themes that are set to transparent: @android: Style/theme.translucent

This property supports hiding at the same time titlebar and full screen display.

It is only necessary to add the attribute to the corresponding Activity in the androidmanifest.xml configuration file .


<activity            android:name= ". Activities. MyActivity "            android:theme=" @android: Style/theme.translucent.notitlebar "/>


assuming that you want to achieve a translucent effect, first Activity set to Transparent. the global background of the Activity 's layout file is then set to a half-transparent color value.


<?xml version= "1.0" encoding= "Utf-8"?

><relativelayout xmlns:android= "http://schemas.android.com/apk/res/android" xmlns:stepset= "http// schemas.android.com/apk/res/****** " android:layout_width=" match_parent " android:layout_height=" Match_ Parent " android:orientation=" vertical " android:background=" #70000000 "> </RelativeLayout>



The Activity of Android for transparent effects

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.