How to create a semi-transparent instruction page in Android?

前端 未结 4 1304
花落未央
花落未央 2021-01-30 02:55

I am new to Android and trying to work on this problem for last 2 days but could find a solution. Any help will be highly appreciated. How to create a semi-transparent page for

4条回答
  •  南方客
    南方客 (楼主)
    2021-01-30 03:22

    I have tried to do something similar. I have made message dialog with use of Activity. For this activity I wrote in Manifest:

    
    
    

    In the body of this activity I don't have anything special fro transparency.

    I hope it will help you.

提交回复
热议问题