[NUI] Make LottieAnimationView do not support bitmap images.
authorseungho baek <sbsh.baek@samsung.com>
Thu, 22 Jun 2023 04:49:43 +0000 (13:49 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Wed, 9 Aug 2023 07:58:31 +0000 (16:58 +0900)
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/LottieAnimationView.cs

index f73cc2d..26ec494 100755 (executable)
@@ -125,6 +125,22 @@ namespace Tizen.NUI.BaseComponents
             }
         }
 
+        /// <summary>
+        /// Set or Get resource URL of Lottie file.
+        /// </summary>
+        [EditorBrowsable(EditorBrowsableState.Never)]
+        public new string ResourceUrl
+        {
+            get
+            {
+                return URL;
+            }
+            set
+            {
+                URL = value;
+            }
+        }
+
         private string InternalURL
         {
             set