<
ResourceDictionary
>
<
Style
TargetType
=
"Label"
x:Key
=
"spinnerHeaderStyle"
>
<
Setter
Property
=
"TextColor"
Value
=
"#7F7F7F"
/>
<
Setter
Property
=
"FontAttributes"
Value
=
"Bold"
/>
<
Setter
Property
=
"HorizontalOptions"
Value
=
"FillAndExpand"
/>
<
Setter
Property
=
"VerticalOptions"
Value
=
"FillAndExpand"
/>
<
Setter
Property
=
"HorizontalTextAlignment"
Value
=
"Center"
/>
<
Setter
Property
=
"VerticalTextAlignment"
Value
=
"Center"
/>
</
Style
>
<
Style
TargetType
=
"telerikDataControls:RadSpinner"
x:Key
=
"spinnerStyle"
>
<
Setter
Property
=
"ItemStyle"
>
<
Setter.Value
>
<
Style
TargetType
=
"telerikDataControls:SpinnerItemView"
>
<
Setter
Property
=
"TextColor"
Value
=
"#797979"
/>
<
Setter
Property
=
"BackgroundColor"
Value
=
"#F2F2F2"
/>
<
Setter
Property
=
"CornerRadius"
Value
=
"10"
/>
<
Setter
Property
=
"Margin"
Value
=
"6, 4"
/>
</
Style
>
</
Setter.Value
>
</
Setter
>
<
Setter
Property
=
"SelectedItemStyle"
>
<
Setter.Value
>
<
Style
TargetType
=
"telerikDataControls:SpinnerItemView"
>
<
Setter
Property
=
"TextColor"
Value
=
"#00B5DC"
/>
<
Setter
Property
=
"BackgroundColor"
Value
=
"#E4F3F9"
/>
<
Setter
Property
=
"CornerRadius"
Value
=
"10"
/>
<
Setter
Property
=
"Margin"
Value
=
"6, 4"
/>
</
Style
>
</
Setter.Value
>
</
Setter
>
</
Style
>
<
Style
TargetType
=
"telerikPrimitives:RadBorder"
x:Key
=
"selectionHighlightStyle"
>
<
Setter
Property
=
"BorderColor"
Value
=
"#00B5DC"
/>
<
Setter
Property
=
"BorderThickness"
Value
=
"1"
/>
<
Setter
Property
=
"Padding"
Value
=
"0,6,0,6"
/>
<
Setter
Property
=
"HeightRequest"
Value
=
"40"
/>
<
Setter
Property
=
"VerticalOptions"
Value
=
"Center"
/>
</
Style
>
<
Style
TargetType
=
"Label"
x:Key
=
"displayLabelStyle"
>
<
Setter
Property
=
"TextColor"
Value
=
"Black"
/>
<
Setter
Property
=
"VerticalTextAlignment"
Value
=
"Center"
/>
<
Setter
Property
=
"HorizontalTextAlignment"
Value
=
"Center"
/>
<
Setter
Property
=
"HeightRequest"
Value
=
"50"
/>
</
Style
>
<
Style
TargetType
=
"Label"
x:Key
=
"placeholderLabelStyle"
>
<
Setter
Property
=
"TextColor"
Value
=
"#4A4949"
/>
<
Setter
Property
=
"VerticalTextAlignment"
Value
=
"Center"
/>
<
Setter
Property
=
"HorizontalTextAlignment"
Value
=
"Center"
/>
<
Setter
Property
=
"HeightRequest"
Value
=
"50"
/>
</
Style
>
<
Style
TargetType
=
"telerikInput:PickerPopupHeaderView"
x:Key
=
"headerStyle"
>
<
Setter
Property
=
"BackgroundColor"
Value
=
"#00B5DC"
/>
<
Setter
Property
=
"HeightRequest"
Value
=
"60"
/>
<
Setter
Property
=
"Margin"
Value
=
"0"
/>
<
Setter
Property
=
"Padding"
Value
=
"0"
/>
<
Setter
Property
=
"HorizontalOptions"
Value
=
"FillAndExpand"
/>
<
Setter
Property
=
"VerticalOptions"
Value
=
"FillAndExpand"
/>
</
Style
>
<
Style
TargetType
=
"Label"
x:Key
=
"headerLabelStyle"
>
<
Setter
Property
=
"TextColor"
Value
=
"White"
/>
<
Setter
Property
=
"HorizontalOptions"
Value
=
"Center"
/>
<
Setter
Property
=
"VerticalOptions"
Value
=
"Center"
/>
<
Setter
Property
=
"FontSize"
Value
=
"Medium"
/>
</
Style
>
<
Style
TargetType
=
"telerikInput:PickerPopupFooterView"
x:Key
=
"footerStyle"
>
<
Setter
Property
=
"BackgroundColor"
Value
=
"Transparent"
/>
</
Style
>
<
Style
TargetType
=
"telerikInput:PickerPopupContentView"
x:Key
=
"popupViewStyle"
>
<
Setter
Property
=
"BackgroundColor"
Value
=
"White"
/>
<
Setter
Property
=
"WidthRequest"
Value
=
"270"
/>
</
Style
>
<
Style
TargetType
=
"Button"
x:Key
=
"acceptButtonStyle"
>
<
Setter
Property
=
"BackgroundColor"
Value
=
"Transparent"
/>
<
Setter
Property
=
"Text"
Value
=
"OK"
/>
<
Setter
Property
=
"TextColor"
Value
=
"#00B5DC"
/>
</
Style
>
<
Style
TargetType
=
"Button"
x:Key
=
"cancelButtonStyle"
>
<
Setter
Property
=
"BackgroundColor"
Value
=
"Transparent"
/>
<
Setter
Property
=
"Text"
Value
=
"X"
/>
<
Setter
Property
=
"TextColor"
Value
=
"#00B5DC"
/>
</
Style
>
</
ResourceDictionary
>