From: Yurii Zinchuk/Tizen Services & IoT (PLT) /SRPOL/Engineer/Samsung Electronics Date: Wed, 12 Jul 2023 07:46:12 +0000 (+0200) Subject: update subtext X-Git-Tag: accepted/tizen/unified/20230829.181410~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=802d17b6d07d052ccfa6c91ced672415d7f250c7;p=profile%2Fiot%2Fapps%2Fdotnet%2Fsettings.git update subtext --- diff --git a/SettingCore/Views/TextListItem.cs b/SettingCore/Views/TextListItem.cs index 113bf13..61aff59 100644 --- a/SettingCore/Views/TextListItem.cs +++ b/SettingCore/Views/TextListItem.cs @@ -128,9 +128,11 @@ namespace SettingCore.Views { AccessibilityHidden = true, Margin = new Extents(16, 0, 0, 16).SpToPx(), - TextColor = SubTextColors.Normal, + TextColor = TextColors.Normal, PixelSize = 24.SpToPx(), MultiLine = true, + LineWrapMode = LineWrapMode.Mixed, + WidthSpecification = LayoutParamPolicies.MatchParent, }; Add(primarySubText); @@ -144,7 +146,7 @@ namespace SettingCore.Views primary.TextColor = TextColors.Selected; secondary.TextColor = TextColors.Selected; - primarySubText.TextColor = SubTextColors.Selected; + primarySubText.TextColor = TextColors.Selected; } else { @@ -152,7 +154,7 @@ namespace SettingCore.Views primary.TextColor = TextColors.Normal; secondary.TextColor = TextColors.Normal; - primarySubText.TextColor = SubTextColors.Normal; + primarySubText.TextColor = TextColors.Normal; } }