add map view page

This commit is contained in:
2022-03-18 00:17:40 +08:00
parent ba7b3e7389
commit 4067bc2768
10 changed files with 9358 additions and 3463 deletions

View File

@ -49,6 +49,9 @@
<ui:OptionEntryCell Height="44" Icon="online.png"
Title="{r:Text Store}"
Text="{Binding Store, Mode=TwoWay}"/>
<ui:OptionSelectCell Height="44"
Detail="{r:Text ViewLocation}"
Command="{Binding ViewLocation}"/>
<ui:OptionDatePickerCell Height="44" Icon="bars.png"
Title="{r:Text CreatedTime}"
Date="{Binding CreatedDate, Mode=TwoWay}"/>