How do I create a transparent Activity on Android?

前端 未结 22 2145
忘掉有多难
忘掉有多难 2020-11-21 04:43

I want to create a transparent Activity on top of another activity.

How can I achieve this?

22条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-21 05:27

    You can remove setContentView(R.layout.mLayout) from your activity and set theme as android:theme="@style/AppTheme.Transparent". Check this link for more details.

提交回复
热议问题