Вопрос

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

This is an example picture:

enter image description here

Does anyone know a library that can do this ?

Это было полезно?

Решение

It goes like this:

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

This should help you.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top