fix date selection range issue
This commit is contained in:
@ -141,8 +141,8 @@
|
||||
<ui:BlurryPanel x:Name="panelFilter" VerticalOptions="Start" Opacity="0"
|
||||
BackgroundColor="{DynamicResource WindowBackgroundColor}"
|
||||
HeightRequest="{Binding Height, Source={x:Reference gridFilter}}"/>
|
||||
<Grid x:Name="gridFilter" VerticalOptions="Start" Opacity="0" Padding="10" RowDefinitions="Auto, Auto, Auto">
|
||||
<ui:SegmentedControl Margin="6, 6, 6, 3" VerticalOptions="Center"
|
||||
<Grid x:Name="gridFilter" VerticalOptions="Start" Opacity="0" RowDefinitions="Auto, Auto, Auto, Auto">
|
||||
<ui:SegmentedControl Margin="16, 16, 16, 3" VerticalOptions="Center"
|
||||
SelectedSegmentIndex="{Binding SegmentType, Mode=TwoWay}"
|
||||
SelectedTextColor="{DynamicResource TextColor}"
|
||||
TintColor="{DynamicResource PromptBackgroundColor}">
|
||||
@ -151,7 +151,7 @@
|
||||
<ui:SegmentedControlOption Text="{r:Text Income}"/>
|
||||
</ui:SegmentedControl.Children>
|
||||
</ui:SegmentedControl>
|
||||
<ScrollView Grid.Row="1" Margin="6, 6, 6, 3">
|
||||
<ScrollView Grid.Row="1" Margin="16, 6, 16, 3">
|
||||
<ui:SegmentedControl SelectedSegmentIndex="{Binding SegmentDate, Mode=TwoWay}"
|
||||
SelectedTextColor="{DynamicResource TextColor}"
|
||||
TintColor="{DynamicResource PromptBackgroundColor}">
|
||||
@ -166,7 +166,7 @@
|
||||
</ui:SegmentedControl.Children>
|
||||
</ui:SegmentedControl>
|
||||
</ScrollView>
|
||||
<Grid Grid.Row="2" ColumnDefinitions="*, Auto, *" Margin="0, 10">
|
||||
<Grid Grid.Row="2" ColumnDefinitions="*, Auto, *" Margin="10">
|
||||
<ui:OptionDatePicker Date="{Binding StartPickerDate, Mode=TwoWay}"
|
||||
FontSize="16" TextColor="{DynamicResource TextColor}"
|
||||
VerticalOptions="Center"
|
||||
@ -178,6 +178,8 @@
|
||||
VerticalOptions="Center"
|
||||
ios:DatePicker.UpdateMode="WhenFinished"/>
|
||||
</Grid>
|
||||
<Grid Grid.Row="3" HeightRequest="1" BackgroundColor="{DynamicResource PromptBackgroundColor}"
|
||||
IsVisible="{OnPlatform iOS=False}"/>
|
||||
</Grid>
|
||||
</Grid>
|
||||
</ui:BillingPage>
|
Reference in New Issue
Block a user