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)
commitd456461c6c5786cdde6ccb99f4ff485e11e7f667
treee09c2a8fc3d0271fe18e0e8477680f73b9a31b4c
parent3bd0395bced022b03fead0a4fcabe0c0c329ef2f
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