TV Apps GUI changed. manifest file changed.
authorjjie.choi <jjie.choi@samsung.com>
Wed, 24 May 2017 05:59:42 +0000 (14:59 +0900)
committerChulSeung Kim <charles0.kim@samsung.com>
Thu, 8 Jun 2017 09:34:56 +0000 (18:34 +0900)
Change-Id: I246dcceada87b590c36f1619f5423a9937e3ae48
Signed-off-by: jjie.choi <jjie.choi@samsung.com>
TVApps/TVApps/Controls/AppItemCell.xaml.cs
TVApps/TVApps/Views/MainPage.xaml.cs
TVHome/TVHome.TizenTV/tizen-manifest.xml

index 9738449..58e38f7 100755 (executable)
@@ -336,7 +336,7 @@ namespace TVApps.Controls
             ButtonImage.ScaleTo((isShow) ? 1 : 1.195, 167);
             ButtonImage.TranslateTo(0, (isShow) ? 0 : height100, 334);
             TextArea.TranslateTo(0, (isShow) ? height271 : height300, 167);
-            TextArea.FadeTo((isShow) ? 0.0 : 0.99, 50);
+            TextArea.FadeTo((isShow) ? 0.0 : 0.99, 100);
 
             if (isShow)
             {
index f3abab6..3ec14c3 100755 (executable)
@@ -400,6 +400,7 @@ namespace TVApps.Views
                     FooterPin.IsVisible = true;
                     FooterDelete.IsVisible = false;
                     BackKeyInfo.Text = "Front";
+                    AppList.InitializeFocus();
                     break;
                 case AppsStatus.Delete:
                     FooterNormal.IsVisible = false;
index cd899ae..ba93e06 100755 (executable)
@@ -5,6 +5,10 @@
     <icon>xahome.png</icon>
     <label>Home</label>
   </ui-application>
+  <ui-application appid="org.tizen.xaapps" exec="xaapps.exe" multiple="false" nodisplay="true" taskmanage="false" splash-screen-display="true" type="dotnet" launch_mode="single">
+    <icon>xaapps.png</icon>
+    <label>Apps</label>
+  </ui-application>
   <shortcut-list />
   <privileges>
     <privilege>http://tizen.org/privilege/bluetooth</privilege>
@@ -17,3 +21,4 @@
     <privilege>http://tizen.org/privilege/keygrab</privilege>
   </privileges>
 </manifest>
+