主题风格

透明Activity

1.添加颜色

 <color name="translucent_background">#60000000color>

2.创建主题并继承AppCompat为了兼容

 <style name="translucent" parent="Theme.AppCompat.Light.NoActionBar">
        <item name="android:windowBackground">@color/translucent_background
        "android:windowIsTranslucent">true
    style>

3.在清单文件中指定主题
主题风格_第1张图片

透明Dailog

你可能感兴趣的:(Android)