Update the background color of WidgetAccessibility as transparent 28/282928/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 13 Oct 2022 09:08:59 +0000 (18:08 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 13 Oct 2022 09:09:54 +0000 (18:09 +0900)
- Added to set the background color of WidgetAccessibility to
Transparent Color.

Change-Id: Id4c70c503c3160f0dbcd57bb3113bb5aba8010b9
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Settings/SettingAccessibility/SettingWidgetAccessibility.cs
packaging/org.tizen.cssetting-accessibility-1.0.0.tpk

index 020b39f114308468a1936f6e96e45db74c0cef23..f9a831957b97f35b5bcaea3bf69970e0b5d9a34a 100755 (executable)
@@ -19,6 +19,7 @@ namespace SettingAccessibility
         {\r
             Bundle bundle = Bundle.Decode(contentInfo);\r
             navigator = window.GetDefaultNavigator();\r
+            window.BackgroundColor = Color.Transparent;\r
 \r
             settingScroll = new ScrollableBase()\r
             {\r
index 7705ca5de9ee0070487d29a5f7b53ce9636e0a32..bd8d6cc705c6947377f7b8e198d5db0223617019 100644 (file)
Binary files a/packaging/org.tizen.cssetting-accessibility-1.0.0.tpk and b/packaging/org.tizen.cssetting-accessibility-1.0.0.tpk differ