Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想强制 GlassButton 所在的行要小得多。考虑到这是一个 iPad 应用程序,我宁愿不制作一个在整个表格中一直延伸的按钮。如何减少 MonoTouch.Dialog 的元素 api 中单个行的大小。我想让它看起来像一个相当典型的按钮。
它的源代码在这里:
https://github.com/migueldeicaza/MonoTouch.Dialog/blob/master/MonoTouch.Dialog/Utilities/GlassButton.cs
您可以通过传递一个较小的矩形来使按钮变小。