[NUI] fix DefaultGridItem image to fill available area.
authorEverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Thu, 15 Dec 2022 11:42:29 +0000 (20:42 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Tue, 20 Dec 2022 06:43:24 +0000 (15:43 +0900)
src/Tizen.NUI.Components/Controls/RecyclerView/Item/DefaultGridItem.cs

index 7f32c01..72c9221 100755 (executable)
@@ -345,6 +345,8 @@ namespace Tizen.NUI.Components
             RelativeLayout.SetRightTarget(itemImage, this);
             RelativeLayout.SetRightRelativeOffset(itemImage, 1.0F);
             RelativeLayout.SetHorizontalAlignment(itemImage, RelativeLayout.Alignment.Center);
+            RelativeLayout.SetFillHorizontal(itemImage, true);
+            RelativeLayout.SetFillVertical(itemImage, true);
 
             if (itemLabel != null)
             {