File tree 2 files changed +12
-11
lines changed
2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 113
113
</Style >
114
114
115
115
<Style TargetType =" Entry" >
116
- <Setter Property =" TextColor" Value =" {AppThemeBinding Light={StaticResource Black }, Dark={StaticResource White}}" />
116
+ <Setter Property =" TextColor" Value =" {AppThemeBinding Light={StaticResource White }, Dark={StaticResource White}}" />
117
117
<Setter Property =" BackgroundColor" Value =" Transparent" />
118
118
<Setter Property =" FontFamily" Value =" OpenSansRegular" />
119
119
<Setter Property =" FontSize" Value =" 14" />
158
158
</Style >
159
159
160
160
<Style TargetType =" Label" >
161
- <Setter Property =" TextColor" Value =" {AppThemeBinding Light={StaticResource Gray900 }, Dark={StaticResource White}}" />
161
+ <Setter Property =" TextColor" Value =" {AppThemeBinding Light={StaticResource White }, Dark={StaticResource White}}" />
162
162
<Setter Property =" FontFamily" Value =" OpenSansRegular" />
163
163
<Setter Property =" FontSize" Value =" 14" />
164
164
<Setter Property =" VisualStateManager.VisualStateGroups" >
Original file line number Diff line number Diff line change 4
4
x : Class =" fast_cf_ip_scanner.Views.IpOptionsPage"
5
5
Title =" IpOptions"
6
6
xmlns : viewmodel =" clr-namespace:fast_cf_ip_scanner.ViewModels"
7
- x : DataType =" viewmodel:IpOptionViewModel" >
7
+ x : DataType =" viewmodel:IpOptionViewModel"
8
+ BackgroundColor =" Black" >
8
9
<ScrollView >
9
10
<StackLayout Padding =" 20" >
10
11
38
39
<DataTemplate x : DataType =" viewmodel:PortForShow" >
39
40
<StackLayout Orientation =" Horizontal" Spacing =" 10" Padding =" 5" >
40
41
<Label Text =" {Binding Port}"
41
- VerticalOptions =" CenterAndExpand"
42
- FontSize =" Small"
43
- TextColor =" White" />
42
+ VerticalOptions =" CenterAndExpand"
43
+ FontSize =" Small"
44
+ TextColor =" White" />
44
45
<CheckBox IsChecked =" {Binding IsChecked}"
45
- VerticalOptions =" CenterAndExpand"
46
- Color =" DodgerBlue" >
46
+ VerticalOptions =" CenterAndExpand"
47
+ Color =" DodgerBlue" >
47
48
48
49
</CheckBox >
49
50
</StackLayout >
52
53
</CollectionView >
53
54
54
55
55
- <Label Text =" Max Ping of IP:" />
56
+ <Label Text =" Max ping of IP:" />
56
57
<Entry x : Name =" MaxPingEntry" Text =" {Binding MaxPingOfIP}" />
57
58
58
- <Label Text =" Minimum Count of Valid IP:" />
59
+ <Label Text =" Minimum count of valid IP:" />
59
60
<Entry x : Name =" MinCountEntry" Text =" {Binding MinimumCountOfValidIp}" />
60
61
61
- <Label Text =" Count of Repeat Test for Each IP:" />
62
+ <Label Text =" Count of repeat test for each IP:" />
62
63
<Entry x : Name =" RepeatCountEntry" Text =" {Binding CountOfRepeatTestForEachIp}" />
63
64
64
65
<Label Text =" Count of IP ranges" />
You can’t perform that action at this time.
0 commit comments