android对话框标题栏,Android自定义对话框显示android标题栏

我做了一个像这样的xml文件:

android:orientation="vertical"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:gravity="bottom"

android:layout_gravity="bottom"

android:background="#04600F"

android:padding="10dp">

android:layout_width="fill_parent"

android:gravity="center"

android:layout_height="wrap_content"/>

android:orientation="horizontal"

android:layout_width="fill_parent"

android:layout_height="wrap_content">

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:textSize="20dip"

android:textColor="#ffffff"

android:layout_alignParentLeft="true"

android:background="@drawable/black_menu_button"

android:layout_marginLeft="5dip"

android:layout_centerVertical="true"

android:layout_centerHorizontal="true"/>

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:textSize="20dip"

android:textColor="#ffffff"

android:layout_alignParentRight="true"

android:background="@drawable/blue_menu_button"

android:layout_marginRight="5dip"

android:layout_centerVertical="true"

android:layout_centerHorizontal="true"/>

我尝试像这样访问它:

final Dialog dialog = new Dialog(ctx,android.R.style.Theme_Translucent_NoTitleBar_Fullscreen);

dialog.setContentView(R.layout.myxml);

.....

它在屏幕底部看到了我想要它的确切方式.我的应用程序在AndroidManifest上有以下设置:

android:theme="@android:style/Theme.NoTitleBar.Fullscreen"

我所做的唯一的缺点是,只要我的Dialog可见,Android标题栏(带电池/信号的那个......)就会变得可见.我该如何禁用它?

稍后编辑

感谢您指出我,解决方案确实相当简单

dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值