设置页面透明

来源:互联网 发布:淘宝店铺排名技巧 编辑:程序博客网 时间:2024/05/16 11:05

xml文件:

<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"    xmlns:tools="http://schemas.android.com/tools"    android:layout_width="match_parent"    android:layout_height="match_parent"    android:orientation="vertical"    android:background="#e0ffffff"    tools:context="com.example.com.jimugongshe.activity.InteractionActivity"> </LinearLayout>
manifest文件:
activity theme:
<activity    android:name=".activity.InteractionActivity"    android:theme="@android:style/Theme.Light.WallpaperSettings" />

0 0
原创粉丝点击