[NUI][NUITizenGallery] fix build error.
authorEverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Mon, 20 Feb 2023 11:28:45 +0000 (20:28 +0900)
committerSangHyeon Jade Lee <dltkdgus1764@gmail.com>
Mon, 20 Feb 2023 11:45:50 +0000 (20:45 +0900)
test/NUITizenGallery/Examples/TabViewTest/TabViewWithIconOnlyTestPage.xaml
test/NUITizenGallery/Examples/TabViewTest/TabViewWithIconTestPage.xaml

index 627fc17801858efb6bbc1f3e86f3f17114a688d0..fb1ecdd293f8cdf507320ab3cc95227449a4eddb 100755 (executable)
@@ -14,7 +14,7 @@
     <ContentPage.Content>
         <TabView x:Name="tabView"
             WidthSpecification="{Static LayoutParamPolicies.MatchParent}">
-            <TabItem IconURL="res/home.png">
+            <TabItem IconUrl="res/home.png">
                 <TabItem.Content>
                     <View WidthSpecification="{Static LayoutParamPolicies.MatchParent}"
                         HeightSpecification="{Static LayoutParamPolicies.MatchParent}"
@@ -29,7 +29,7 @@
                 </TabItem.Content>
             </TabItem>
 
-            <TabItem IconURL="res/home.png">
+            <TabItem IconUrl="res/home.png">
                 <TabItem.Content>
                     <View WidthSpecification="{Static LayoutParamPolicies.MatchParent}"
                         HeightSpecification="{Static LayoutParamPolicies.MatchParent}"
index cf1c0d9333bb1b4f78373a3ec377a0f6941bfe54..08ed40cb335f85e5b2e411f445ab89c66a22ff8a 100755 (executable)
@@ -14,7 +14,7 @@
     <ContentPage.Content>
         <TabView x:Name="tabView"
             WidthSpecification="{Static LayoutParamPolicies.MatchParent}">
-            <TabItem Title="Tab1" IconURL="res/home.png">
+            <TabItem Title="Tab1" IconUrl="res/home.png">
                 <TabItem.Content>
                     <View WidthSpecification="{Static LayoutParamPolicies.MatchParent}"
                         HeightSpecification="{Static LayoutParamPolicies.MatchParent}"
@@ -29,7 +29,7 @@
                 </TabItem.Content>
             </TabItem>
 
-            <TabItem Title="Tab2" IconURL="res/home.png">
+            <TabItem Title="Tab2" IconUrl="res/home.png">
                 <TabItem.Content>
                     <View WidthSpecification="{Static LayoutParamPolicies.MatchParent}"
                         HeightSpecification="{Static LayoutParamPolicies.MatchParent}"