Android的对话框透明 [英] android dialog transparent

查看:160
本文介绍了Android的对话框透明的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想摆脱的边界在我的对话框,使它看起来是绝对透明的,仿佛影像出现在屏幕的顶部。

I want to get rid of the border in my dialog box and make it look absolutly transparent, as if the image is on the top of screen.

我的对话XML是 -

My dialog xml is -

<?xml version="1.0" encoding="utf-8"?>

<ImageView android:id="@+id/ImageView01"
    android:layout_width="wrap_content" android:layout_height="wrap_content"
    android:layout_centerHorizontal="true" android:visibility="invisible"/>

推荐答案

尝试下面code

Dialog mDialog = new Dialog(mContext, android.R.style.Theme_Translucent_NoTitleBar_Fullscreen);

这篇关于Android的对话框透明的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆