Fix TCT issues
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)
commit4f8fc33f4c35c6405235eb42a7daf20645f38e4d
tree317bd8e2bfdc67d42cf1d3db7ad1c3546c82a655
parent8fd1c35a4528af73fc95a976feee6459cf975a1c
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>
src/Tizen.NUI/src/public/CustomView.cs
src/Tizen.NUI/src/public/TextLabel.cs