[NUI] Make Action id as internal static readonly
authorEunki Hong <eunkiki.hong@samsung.com>
Tue, 25 Jul 2023 16:49:52 +0000 (01:49 +0900)
committertscholb <scholb.kim@samsung.com>
Tue, 1 Aug 2023 07:13:54 +0000 (16:13 +0900)
commit372c241de854d7b3da99a15c1167ef2912c4568d
treed8ad0dd6a835e2dfcca61f5eb05c9fb5677f74e3
parentb071ea82d8dbd5a8fa53dbc315b8135007a7d0c1
[NUI] Make Action id as internal static readonly

Since we share the same action id for each Play / Pause / etc,
we don't need to consider overwrite the action id now.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/AnimatedImageView.cs
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/LottieAnimationView.cs
src/Tizen.NUI/src/public/BaseComponents/ViewEnum.cs