From: Anuj Kumar Singh Date: Fri, 5 Jan 2024 04:43:38 +0000 (+0530) Subject: Resolve DT Available and Paired devices title not visible issue X-Git-Tag: accepted/tizen/unified/20240109.155403^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33d05f68942936fc9dfa8c9b57cc32152769e0cc;p=profile%2Fiot%2Fapps%2Fdotnet%2Fsetting-bluetooth.git Resolve DT Available and Paired devices title not visible issue This patch: - Resolves https://jira.sec.samsung.net/browse/TNINE-351 Change-Id: I7d74287b9a0f0cb20f20be1a0864f5f9d415360a Signed-off-by: Anuj Kumar Singh --- diff --git a/SettingBluetooth/SettingBluetooth/View/BtDeviceView.cs b/SettingBluetooth/SettingBluetooth/View/BtDeviceView.cs index 1301c0e..ffe1b40 100644 --- a/SettingBluetooth/SettingBluetooth/View/BtDeviceView.cs +++ b/SettingBluetooth/SettingBluetooth/View/BtDeviceView.cs @@ -377,6 +377,7 @@ namespace SettingBluetooth }; group.Label.SetBinding(TextLabel.TextProperty, "Title"); group.Label.HorizontalAlignment = HorizontalAlignment.Begin; + group.Label.TextColor = Color.Grey; return group; }), diff --git a/packaging/org.tizen.cssetting-bluetooth-1.9.0.rpk b/packaging/org.tizen.cssetting-bluetooth-1.9.0.rpk index b219a8f..e487e4c 100644 Binary files a/packaging/org.tizen.cssetting-bluetooth-1.9.0.rpk and b/packaging/org.tizen.cssetting-bluetooth-1.9.0.rpk differ