[NUI] fixed build warning CA1802 (#2227)
authorJoogabYun <40262755+JoogabYun@users.noreply.github.com>
Fri, 13 Nov 2020 05:25:56 +0000 (14:25 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 19 Nov 2020 09:36:46 +0000 (18:36 +0900)
src/Tizen.NUI/src/internal/XamlBinding/Device.cs

index 17156aa..10c2808 100755 (executable)
@@ -130,17 +130,17 @@ namespace Tizen.NUI.Binding
 
         public static class Styles
         {
-            public static readonly string TitleStyleKey = "TitleStyle";
+            public const string TitleStyleKey = "TitleStyle";
 
-            public static readonly string SubtitleStyleKey = "SubtitleStyle";
+            public const string SubtitleStyleKey = "SubtitleStyle";
 
-            public static readonly string BodyStyleKey = "BodyStyle";
+            public const string BodyStyleKey = "BodyStyle";
 
-            public static readonly string ListItemTextStyleKey = "ListItemTextStyle";
+            public const string ListItemTextStyleKey = "ListItemTextStyle";
 
-            public static readonly string ListItemDetailTextStyleKey = "ListItemDetailTextStyle";
+            public const string ListItemDetailTextStyleKey = "ListItemDetailTextStyle";
 
-            public static readonly string CaptionStyleKey = "CaptionStyle";
+            public const string CaptionStyleKey = "CaptionStyle";
 
             public static readonly Style TitleStyle = new Style(typeof(Tizen.NUI.BaseComponents.TextLabel)) { BaseResourceKey = TitleStyleKey };