[OAPSAN-4460] Add CarouselSelector (#18)
authorLukasz Stanislawski/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics <l.stanislaws@samsung.com>
Fri, 27 Mar 2020 07:55:24 +0000 (08:55 +0100)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 27 Mar 2020 07:55:24 +0000 (08:55 +0100)
commitf845464b74159f4a502671b1b4f7315cbe11dd39
treec35cbd7d09b8323ba84b3be4312aa241a0bffa91
parente2d7ad6acdbdbe0a3115f35da4f2a128820ca892
[OAPSAN-4460] Add CarouselSelector (#18)

* Add CarouselPicker

Provide CarouselPicker control with limited styling
capabilities. Currently the line color and TextLablel
properties can be set using styles.

For now the only animatable properties on scrolling are:
* TextColor
* Opacity
Oobe/OobeCommon/Controls/CarouselPicker.cs [new file with mode: 0644]
Oobe/OobeCommon/Controls/CarouselPickerItemData.cs [new file with mode: 0644]
Oobe/OobeCommon/Controls/CarouselPickerStyle.cs [new file with mode: 0644]
Oobe/OobeCommon/Controls/ScrollableBase.cs [new file with mode: 0755]
Oobe/OobeCommon/Styles/CarouselPickerStyles.cs [new file with mode: 0644]
Oobe/OobeCommon/Styles/DropDownStyles.cs [deleted file]
Oobe/OobeCommon/Styles/ScrollBarStyles.cs [deleted file]
Oobe/OobeCommon/Utils/ColorUtils.cs [new file with mode: 0644]
Oobe/OobeLanguage/LanguageStep.cs
Oobe/OobeRegion/RegionStep.cs