[NUI] Add "Tizen.NUI.Components.Button.TextOnly" style
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 30 Aug 2022 10:23:23 +0000 (19:23 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Tue, 6 Sep 2022 09:10:32 +0000 (18:10 +0900)
commit7f1854bb636af41176587aeaa31f2ea71de7967c
tree78b0ed6fca63f248fd0b6cb41b51c8125287fd02
parentf354ac759e94650f91df63a2dade67fe88fe2cca
[NUI] Add "Tizen.NUI.Components.Button.TextOnly" style

The latest Tizen 7.0 UX introduces TextOnly style Button.
TextOnly style Button has a text and transparent background.
src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs
test/Tizen.NUI.StyleGuide/Examples/TextOnlyButtonExample.cs [new file with mode: 0644]