|
|
|
@ -4,7 +4,12 @@
|
|
|
|
x:Class="ZicMoove.Pages.ClientPages.ActivityPage"
|
|
|
|
x:Class="ZicMoove.Pages.ClientPages.ActivityPage"
|
|
|
|
xmlns:local="clr-namespace:ZicMoove;assembly=ZicMoove"
|
|
|
|
xmlns:local="clr-namespace:ZicMoove;assembly=ZicMoove"
|
|
|
|
xmlns:views="clr-namespace:ZicMoove.Views;assembly=ZicMoove"
|
|
|
|
xmlns:views="clr-namespace:ZicMoove.Views;assembly=ZicMoove"
|
|
|
|
|
|
|
|
xmlns:converters="clr-namespace:ZicMoove.Converters;assembly=ZicMoove"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
|
|
|
|
<CarouselPage.Resources>
|
|
|
|
|
|
|
|
<ResourceDictionary>
|
|
|
|
|
|
|
|
</ResourceDictionary>
|
|
|
|
|
|
|
|
</CarouselPage.Resources>
|
|
|
|
<CarouselPage.ItemTemplate>
|
|
|
|
<CarouselPage.ItemTemplate>
|
|
|
|
<DataTemplate>
|
|
|
|
<DataTemplate>
|
|
|
|
<ContentPage>
|
|
|
|
<ContentPage>
|
|
|
|
@ -30,7 +35,7 @@
|
|
|
|
<ViewCell>
|
|
|
|
<ViewCell>
|
|
|
|
<ViewCell.View>
|
|
|
|
<ViewCell.View>
|
|
|
|
<StackLayout>
|
|
|
|
<StackLayout>
|
|
|
|
<Button Text="{Binding Title}" CommandParameter="{Binding Action}"/>
|
|
|
|
<Button Text="{Binding Title}" CommandParameter="{Binding ActionName}"/>
|
|
|
|
</StackLayout>
|
|
|
|
</StackLayout>
|
|
|
|
</ViewCell.View>
|
|
|
|
</ViewCell.View>
|
|
|
|
</ViewCell>
|
|
|
|
</ViewCell>
|
|
|
|
|