[NUI] Fix not to get framework path via StyleManager
authorJiyun Yang <ji.yang@samsung.com>
Thu, 3 Dec 2020 07:31:21 +0000 (16:31 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 3 Dec 2020 07:37:45 +0000 (16:37 +0900)
commitfc5041a95f722b69db625b318274dbd16fb97289
tree1e8761c4c63ce0d5df709b443fb1d7ca51a54fdb
parentde8a6200f4c5f1044cdf0d2d2104ca4ed4c7f5d0
[NUI] Fix not to get framework path via StyleManager

StyleManager uses dali singleton service which is not initialized in PreLoad().
Previously in Preload(), ThemeManager got framework resource path via static constant in StyleManager,
which leaded to initialize StyleManager instance that is not valid in PreLoad().

So this patch moved framework resource path constant to the constant file.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI.Components/Controls/ScrollableBase.cs
src/Tizen.NUI.Wearable/src/public/WearableStyle/CircularPaginationStyle.cs
src/Tizen.NUI/src/public/NUIConstants.cs
src/Tizen.NUI/src/public/StyleManager.cs
src/Tizen.NUI/src/public/Theme/ThemeManager.cs
src/Tizen.NUI/src/public/Xaml/MarkupExtensions/NUIResourcePathExtension.cs