Translucent Activity filling the entire screen

后端 未结 5 1137
忘掉有多难
忘掉有多难 2020-12-29 08:13

I\'d like to have an activity (2) with translucent aspect over another activity (1), aligned at the top of the screen (4).

5条回答
  •  梦毁少年i
    2020-12-29 08:58

    Finally, this theme worked to get a result like image number 4:

        
    

    In my activity 2 layout, I could eihter set android:background="@android:color/transparent" or not set any value at all to make it work.

    Thanks to MikeIsrael and Veer for their help.

提交回复
热议问题