Ok here is the transparent activity project, it is very simple, i used it in the fake virus app.
Make a folder in the objects->res folder, and name it values.
Copy the file from the folder in the example and paste it in your values folder, make it read only.
Now in the Android manifest add this to the activity that you want too be transparent:
android:theme="@style/Theme.Transparent"
Best regards,
ZeroSoft
Make a folder in the objects->res folder, and name it values.
Copy the file from the folder in the example and paste it in your values folder, make it read only.
Now in the Android manifest add this to the activity that you want too be transparent:
android:theme="@style/Theme.Transparent"
Best regards,
ZeroSoft