[NUI] Add "Tizen.NUI.Components.Button.Outlined" style
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 30 Aug 2022 10:40:07 +0000 (19:40 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Tue, 6 Sep 2022 09:10:32 +0000 (18:10 +0900)
commitf354ac759e94650f91df63a2dade67fe88fe2cca
tree5c31c061598cd5ddea41e2626d5a228e97271e5d
parent212332e29a3cc68cc234cd4c6d4671779408ced6
[NUI] Add "Tizen.NUI.Components.Button.Outlined" style

The latest Tizen 7.0 UX introduces Outlined style Button.
Outlined style button has transparent background and colored borderline.
src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs
test/Tizen.NUI.StyleGuide/Examples/OutlinedButtonExample.cs [new file with mode: 0644]