[NUI] Change button theme to show Focused+Pressed state well.
authorJiyun Yang <ji.yang@samsung.com>
Thu, 25 Mar 2021 02:56:40 +0000 (11:56 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 30 Mar 2021 06:51:02 +0000 (15:51 +0900)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs

index 53b0231..1285dd7 100755 (executable)
@@ -41,8 +41,8 @@ namespace Tizen.NUI.Components
                 BackgroundColor = new Selector<Color>()
                 {
                     Normal = new Color(0.039f, 0.055f, 0.29f, 1),
-                    Focused = new Color(0, 0.2f, 0.545f, 1),
                     Pressed = new Color(0.106f, 0.412f, 0.792f, 1),
+                    Focused = new Color(0, 0.2f, 0.545f, 1),
                     Disabled = new Color(0.765f, 0.792f, 0.824f, 1),
                 },
                 Text = new TextLabelStyle()