Activity with transparent background

前端 未结 6 483
南旧
南旧 2020-12-09 18:33

what I want to achieve is activity with dialog-like transparency with 100% visibility of RelativeLayout content. This is activity\'s xml:



        
6条回答
  •  既然无缘
    2020-12-09 18:46

    I added android:background="#c0000000" to LinearLayout. Now background is transparent as I wanted to, but also TextViews inside RelativeLayout are also transparent.. how to change it?

    Add a solid background to your RelativeLayout element. This way the RelativeLayout will have a solid background, and only the margins will be transparent.

提交回复
热议问题