-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NUI] Support to view constructor which we can ignore Relayout
Let we make view creation method that we can ignore DALi engine side Relayout feature. It will be useful when we can assume that - This view always be exist under Layout - ResizePolicy don't need - Relayout event not required - Internal visuals, or VisualObjects don't use FittingMode. - Text are not be used Relative dali patch : https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/319564 Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
- Loading branch information
Eunki, Hong
committed
Feb 13, 2025
1 parent
af9b979
commit 155486d
Showing
2 changed files
with
78 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters