如何为我的所有页面制作母版页,例如Zebble for Xamarin中的默认页面?

时间:2017-05-11 16:25:45

标签: c# .net xamarin xamarin-zebble zebble

我在Zebble文档网站上读到了一个新的空白页面,如下面的代码,但我需要在我的所有页面上使用它,我不想在我的所有页面上重复这个设计。当我尝试构建我的项目时,会出现如下错误:

<z-Component z-type="Page1" z-base="Page" z-namespace="UI.Pages"
z-partial="true" Title="Page 1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./../.zebble-schema.xml">

  <Stack Id="Header" Direction="Horizontal">
     <Button  Text="MyToogleMenuBtn" />
     <TextView Text="MyPageTitle" />
     <Button Text="AddBtn" />
  </Stack>
  <Stack Id="Body">

  </Stack>
  <Stack Id="Footer">
     <Button Id="ConfirmBtn"  />
  </Stack>

/z-Component>

错误是:

error screen shot

但我不知道我应该在哪里添加title属性。

0 个答案:

没有答案