* limitations under the License.
*
*/
+#if !PROFILE_TV
+#define ExternalThemeEnabled
+#endif
using System;
using System.ComponentModel;
FocusManager ret = new FocusManager(Interop.FocusManager.Get(), true);
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+#if !PROFILE_TV
ret.FocusIndicator = ret.GetDefaultFocusIndicator();
+#endif
return ret;
}
{
public Theme Create()
{
+ Tizen.Log.Info("NUI", $"PROFILE_TV DefaultThemeCreator.Create()");
+
Theme theme = new Theme()
{
Id = DefaultId,
internal static void AddPackageTheme(IThemeCreator themeCreator)
{
+#if PROFILE_TV
+ Tizen.Log.Info("NUI", $"PROFILE_TV AddPackageTheme()");
+ userTheme = null;
+ baseTheme = themeCreator.Create();
+ return;
+#endif
if (packages.Contains(themeCreator))
{
return;