机器人:如何调整对话框 [英] android: how to resize dialog

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

问题描述

我想创建一个对话框式的形式,将填补更大的屏幕面积(左,右,上,下​​边距10px的)。

I would like to create a dialog-style form which would fill the bigger screen area (left, right, top, bottom padding 10px).

我定义的样式CupCakeDialog的方式如下:

I defined the style "CupCakeDialog" the following way:

<style name="CupcakeDialog" parent="android:Theme.Dialog">
    <item name="android:windowAnimationStyle">@null</item>
</style>

和运行活动:

getWindow().requestFeature(Window.FEATURE_PROGRESS);
getWindow().requestFeature(Window.FEATURE_NO_TITLE);

setContentView(R.layout.ad_popup);

将显示对话框通过以下方式:

The dialog is displayed the following way:

有谁知道如何使对话较大(扩展高度)?

Does anyone know how to make the dialog bigger (extend height)?

感谢您!

推荐答案

正如您所提供的对话框中的自定义布局,您应该只能够提供顶部和底部填充正常周围的文本。

As you're providing a custom layout for the dialog, you should just be able to provide top and bottom padding as normal around the text.

这篇关于机器人:如何调整对话框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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