[NUI] Add Progress Indeterminate mode (#2733)
authorSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Tue, 23 Mar 2021 05:28:08 +0000 (14:28 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 30 Mar 2021 06:51:02 +0000 (15:51 +0900)
commit1f4943bd0356d09978e53706d3e5d5f881759f9b
treed260b7e1c4ae2b40c91710e2ef236d6239cfcc39
parentb7883ef415ba2bd838f49630a8a6c2889372604b
[NUI] Add Progress Indeterminate mode (#2733)

* [NUI] Add Progress Indeterminate mode

- Indeterminate type means an unspecified amount of wait time.
 If `ProgressState` property sets `ProgressStatusType.Indeterminate` mode,
 then progress is continually repeating until the process in complete.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* Fix build warning

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* Update Progress based on review

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI.Components/Controls/Progress.cs
src/Tizen.NUI.Components/res/nui_component_default_progress_indeterminate.png [new file with mode: 0755]
test/Tizen.NUI.Samples/Tizen.NUI.Samples/res/images/progress-bar-skin-indeterminate.png [new file with mode: 0755]