无法在Xamarin布局中使用自定义小部件

时间:2019-05-05 21:36:20

标签: xamarin button xamarin.android

我创建了一个SquareButton类,该类扩展了Android.Widget.Button:

namespace TravelGuide.Droid
{
    public class SquareButton : Button
    {
        //...
    }
}

,我想在布局中使用它。但是,我无法从axml文件中检索窗口小部件。当我尝试使用它时,会一直出现灰色框而不是控件: enter image description here

我曾经尝试过清洁和重建解决方案,但这没有帮助。

0 个答案:

没有答案