From: k.stepaniuk Date: Fri, 27 Mar 2020 10:22:52 +0000 (+0100) Subject: Separator as background color X-Git-Tag: accepted/tizen/unified/20220322.015113~133^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=161d42b5864935421c5fd805dce149d470af94ed;p=profile%2Fiot%2Fapps%2Fdotnet%2Foobe-ui.git Separator as background color Signed-off-by: k.stepaniuk --- diff --git a/Oobe/OobeWifi/Controls/Wifi/WifiView.cs b/Oobe/OobeWifi/Controls/Wifi/WifiView.cs index 2bd14db..92708d6 100644 --- a/Oobe/OobeWifi/Controls/Wifi/WifiView.cs +++ b/Oobe/OobeWifi/Controls/Wifi/WifiView.cs @@ -45,7 +45,7 @@ namespace Oobe.Wifi.Controls.Wifi return new View() { Size2D = new Size(400, 1), - BackgroundImage = System.IO.Path.Combine(NUIApplication.Current.DirectoryInfo.Resource, "Line_94.png"), + BackgroundColor = new Color(0xC3 / 255f, 0xCA / 255f, 0xD2 / 255f, 1.0f), Margin = new Extents(40, 0, 0, 0), }; }