我可能在这里遗漏了一些东西,但是这段代码:
this.oSectionDRs = new Section()
{
    new ActivityElement()
    {
        Caption = Locale.GetLocale("Settings_Loading"), 
        Animating = true
    }
};
// To begin with just show a loading indicator.
this.Root = new RootElement (Locale.GetLocale("Settings_Select"))
{
    this.oSectionDRs
};
不显示任何动画的东西。它只显示标签。如何获得动画明星?