Label: inform LineBreakMode to elm_label
authorSungtaek Hong <sth253.hong@samsung.com>
Thu, 23 Feb 2017 08:25:17 +0000 (17:25 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Mon, 10 Jul 2017 02:11:25 +0000 (11:11 +0900)
commit86334f1cdf6c5e363a30071e51e546d668252bce
treecf736fc4755d26577153571e4ead06220c3e1914
parentf2cd0ce4493293e6a6821902af2e20ec7da81377
Label: inform LineBreakMode to elm_label

 - When ellipsis/linewrap mode is set to elm_label
   signal is emitted to elm_label's resize_obj(edc)
   to change text attribute.
 - Sending signal logic similar to elm_label is added
   because Span directly sets text to resize_obj directly
   by style_user_push() and signal which should be
   emitted by elm_label is not sent.
 - This commit depends on
   https://review.tizen.org/gerrit/#/c/115950/

Change-Id: If40362986d8ec772ba353d2498deab89c4cbfd20
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
Xamarin.Forms.Platform.Tizen/Native/Label.cs