当我按下按钮时,我的应用程序会显示从屏幕底部滑动的日历(在对话框中):
我希望日历占据屏幕的整个宽度,但它在两侧以及顶部和底部都显示一些白色填充(它是白色的,因为“Dialog”UIID有一个白色创建的图像作为背景)
我尝试更改与Dialog相关的所有UIID:“Dialog”,“DialogBody”,“DialogTitle”等。我将所有边距和填充设置为cero。
如何摆脱填充?
答案 0 :(得分:1)
Try change both the DialogUIID and the UIID of the dialog. Also make sure your calendars margin values are set to zero. It could be that your calendar is too small. Try placing it in a table layout with 1 row and 1 column then in layout constraints set the width and height to 100%
答案 1 :(得分:0)
打开“组件检查器”工具并遍历层次结构。您将能够在层次结构中看到所有组件及其UIID,并且您应该能够理解这些组件中的哪一个对填充/边距有贡献。