How to create a transparent demo on Android?

杀马特。学长 韩版系。学妹 提交于 2019-12-08 07:50:57

问题


I'm try to make a transparent activity in my Android application.

This is an example picture:

Does anyone know a library that can do this ?


回答1:


It goes like this:

<activity android:name=".usual.activity.Declaration"
android:theme="@android:style/Theme.Translucent.NoTitleBar" /> 

This should help you.



来源:https://stackoverflow.com/questions/16616864/how-to-create-a-transparent-demo-on-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!