Resolve DT in advanced settings back button is orange should be white color issue 82/305982/2
authorSameer Kumar <sameer.kumar@samsunsung.com>
Wed, 14 Feb 2024 10:20:55 +0000 (15:50 +0530)
committerAnuj Kumar Singh <anujk.singh@samsung.com>
Tue, 27 Feb 2024 05:26:26 +0000 (10:56 +0530)
This patch:
 - Resolve https://jira.sec.samsung.net/browse/TNINE-394

Change-Id: Ifca1f00d0a1fa298dc066a280b66906e71d416bf
Signed-off-by: Sameer Kumar <sameer.kumar@samsung.com>
SettingWiFi/SettingWiFi/view/AdvancedPage.cs
packaging/org.tizen.cssetting-wifi-1.1.5.rpk

index 5fc7b5c7eab79f19ebe40edf5c714f21200c33f4..aed6788e009f2c10dd805e94fabc8aeaa0eeb4df 100755 (executable)
@@ -5,6 +5,7 @@ using Tizen.NUI.Components;
 using Tizen.NUI.Binding;
 //using SettingWiFi.res.locale;
 using static SettingWiFi.Logger;
+using SettingCore.Views;
 
 namespace SettingWiFi
 {
@@ -99,7 +100,7 @@ namespace SettingWiFi
                 AutoNavigationContent = false,
             };
             var appBarStyle = ThemeManager.GetStyle("Tizen.NUI.Components.AppBar");
-            var navigationContent = new Button(((AppBarStyle)appBarStyle).BackButton);
+            var navigationContent = new BackButton();
             navigationContent.Clicked += (o, e) =>
             {
                 NUIApplication.GetDefaultWindow().GetDefaultNavigator().Pop();
index 94ac6080e5be2eb6175310ae7201853a094b5145..c2e369b8d23fb63e3d1a261f6b71e49e0017f460 100644 (file)
Binary files a/packaging/org.tizen.cssetting-wifi-1.1.5.rpk and b/packaging/org.tizen.cssetting-wifi-1.1.5.rpk differ