Resolve DT Available and Paired devices title not visible issue 96/303796/2 accepted/tizen/unified/20240109.155403 accepted/tizen/unified/riscv/20240110.014456
authorAnuj Kumar Singh <anujk.singh@samsung.com>
Fri, 5 Jan 2024 04:43:38 +0000 (10:13 +0530)
committerAnuj Kumar Singh <anujk.singh@samsung.com>
Fri, 5 Jan 2024 04:49:25 +0000 (10:19 +0530)
This patch:
 - Resolves https://jira.sec.samsung.net/browse/TNINE-351

Change-Id: I7d74287b9a0f0cb20f20be1a0864f5f9d415360a
Signed-off-by: Anuj Kumar Singh <anujk.singh@samsung.com>
SettingBluetooth/SettingBluetooth/View/BtDeviceView.cs
packaging/org.tizen.cssetting-bluetooth-1.9.0.rpk

index 1301c0e300e0ef2b3d8e00e6139d591dfc43a412..ffe1b401bf4f242af18ca686e39b977ae7329e4d 100644 (file)
@@ -377,6 +377,7 @@ namespace SettingBluetooth
                     };
                     group.Label.SetBinding(TextLabel.TextProperty, "Title");
                     group.Label.HorizontalAlignment = HorizontalAlignment.Begin;
+                    group.Label.TextColor = Color.Grey;
 
                     return group;
                 }),
index b219a8f6193c55abe72700c435110fde53540ff6..e487e4cf876add2b44b2654220d53c4aed97ee76 100644 (file)
Binary files a/packaging/org.tizen.cssetting-bluetooth-1.9.0.rpk and b/packaging/org.tizen.cssetting-bluetooth-1.9.0.rpk differ