Fix ImageView Padding and Margin issues 81/181981/16
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 19 Jun 2018 09:47:56 +0000 (18:47 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 5 Jul 2018 07:37:23 +0000 (16:37 +0900)
- Currently padding does not apply to ImageView
  because the default Fitting Mode of ImageVisual have changed to FittingMode::FILL,
  so ImageVisual does not transform anything on ImageView::OnRelayout().

- Trigger to call Relayout when setting Margin and Padding.

- Removed SetBackgroundVisual() in control-impl.cpp as before,
  because it caused an incorrect behavior.

Change-Id: Ic9090180caec59dc5a5f0d63bbb95757f18be0ed
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>

No differences found