Fix TCT issues 32/120532/1
authorminho.sun <minho.sun@samsung.com>
Thu, 23 Mar 2017 07:16:58 +0000 (16:16 +0900)
committerminho.sun <minho.sun@samsung.com>
Thu, 23 Mar 2017 07:16:58 +0000 (16:16 +0900)
commitc851688ed3e37080ced75b45c7b4fd2c0a05a049
tree9de16cc748d2393356ccef89cb0b09a2a161655b
parent8151c92fe914d52b188f09bc59f7fe1540be5fd0
Fix TCT issues

Fix TCT issues for CustomView and TextLabel.

CustomView:
EmitKeyEventSignal & KeyboardEnter are internal api in native side.
So change these apis to internal.

TextLabel:
The type of Emboss & Outline is actually string.
So change type to string.

Change-Id: I7c67e54c1ec0995c8da5f386d163035f388d29d2
Signed-off-by: minho.sun <minho.sun@samsung.com>
Tizen.NUI/src/public/CustomView.cs
Tizen.NUI/src/public/TextLabel.cs