slideContent fixed

This commit is contained in:
Vladimir Enchev
2015-03-23 16:28:17 +02:00
parent 851fa39bb7
commit 49acb1783c

View File

@ -15,9 +15,11 @@
</Label>
</Border>
<Button text="My agenda" horizontalAlignment="left" />
<Button text="Explore all sessions" horizontalAlignment="left" />
<Button text="About" horizontalAlignment="left"/>
<Image src="~/app/images/logo.png" margin="20" />
<Button tap="{{ selectView }}" text="My agenda" horizontalAlignment="left" color="{{ selectedViewIndex === 0 ? '#e4ba4e' : 'white' }}"/>
<Button tap="{{ selectView }}" text="All sessions" horizontalAlignment="left" color="{{ selectedViewIndex === 1 ? '#e4ba4e' : 'white' }}" />
<Button tap="{{ selectView }}" text="About" horizontalAlignment="left" color="{{ selectedViewIndex === 2 ? '#e4ba4e' : 'white' }}"/>
</StackLayout>
</tsb:SideBar.slideContent>