Changes made for font 45/282745/1 accepted/tizen/unified/20221012.014926
authoreswari <r.palacharla@samsung.com>
Tue, 11 Oct 2022 06:09:59 +0000 (11:39 +0530)
committereswari <r.palacharla@samsung.com>
Tue, 11 Oct 2022 06:09:59 +0000 (11:39 +0530)
Change-Id: I7f5f852c7bfe387241ccb005acf8f886578cf20e

.gitignore
.vs/ProjectSettings.json
.vs/SettingsAccount/DesignTimeBuild/.dtbcache.v2 [deleted file]
.vs/SettingsAccount/v16/.suo [deleted file]
.vs/VSWorkspaceState.json
.vs/setting-account/DesignTimeBuild/.dtbcache.v2
.vs/setting-account/v16/.suo
.vs/slnx.sqlite
Settings/MainAccount/ViewManager.cs
packaging/org.tizen.cssetting-account-1.0.0.tpk

index 536d6ca9184d4585715d9bcd65f759d8b3f0c3ed..55a1404b799a771133b49685a19a13a2284b1785 100644 (file)
@@ -1,3 +1,4 @@
+.vs/
 Settings/.vs/
 Settings/.git/
 Settings/SettingView/bin/
index f8b4888565caadc7510be75682268d6c18edd6de..0cf5ea5033df16560a10b692341ee93d0ed9f72e 100644 (file)
@@ -1,3 +1,3 @@
 {
-  "CurrentProjectSetting": null
+  "CurrentProjectSetting": "No Configurations"
 }
\ No newline at end of file
diff --git a/.vs/SettingsAccount/DesignTimeBuild/.dtbcache.v2 b/.vs/SettingsAccount/DesignTimeBuild/.dtbcache.v2
deleted file mode 100644 (file)
index 7778392..0000000
Binary files a/.vs/SettingsAccount/DesignTimeBuild/.dtbcache.v2 and /dev/null differ
diff --git a/.vs/SettingsAccount/v16/.suo b/.vs/SettingsAccount/v16/.suo
deleted file mode 100644 (file)
index 525370c..0000000
Binary files a/.vs/SettingsAccount/v16/.suo and /dev/null differ
index 20dff95853ea1f858c4c99eac3cf819a42127f4a..ffd0fbf2cfc6945f839902184d48e076915aaee5 100644 (file)
@@ -1,9 +1,9 @@
 {
   "ExpandedNodes": [
     "",
-    "\\Settings",
-    "\\Settings\\MainAccount"
+    "\\SettingsAccount",
+    "\\SettingsAccount\\MainAccount"
   ],
-  "SelectedNode": "\\Settings\\MainAccount\\MainAccount.cs",
+  "SelectedNode": "\\SettingsAccount\\MainAccount\\tizen-manifest.xml",
   "PreviewInSolutionExplorer": false
 }
\ No newline at end of file
index 3ebe8407dbc970d3bb148c618b20eed21fb57732..2a513df23e5a081e68817b73b55aabdf8bf136ea 100644 (file)
Binary files a/.vs/setting-account/DesignTimeBuild/.dtbcache.v2 and b/.vs/setting-account/DesignTimeBuild/.dtbcache.v2 differ
index b752859c23fa4dadfa2864f5215341dc78fbd85d..81279ca9a2116897b079bba3b2829975238448a0 100644 (file)
Binary files a/.vs/setting-account/v16/.suo and b/.vs/setting-account/v16/.suo differ
index c425f19c50aa7571426caa4fd51c2092ddcbcd16..d5a44ae0265274cab292ea783ee0b2268eaaab02 100644 (file)
Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ
index f8ab85ac1647357845265bc7d35be7e4659c1260..ddab48719b146d390a84f3935d7bbfb56829b8a5 100644 (file)
@@ -41,7 +41,7 @@ namespace MainAccount
                 AutoNavigationContent = false,
                 BackgroundColor = Color.Transparent, //adds color for account and add option(top)
                 WidthSpecification = LayoutParamPolicies.MatchParent,
-                HeightSpecification = 90.SpToPx(),
+                HeightSpecification = 100.SpToPx(),
             };
 
             AppBarStyle appBarStyle = (AppBarStyle)ThemeManager.GetStyle("Tizen.NUI.Components.AppBar");
@@ -56,12 +56,13 @@ namespace MainAccount
             {
                 BackgroundColor = Color.Transparent, 
                 TextColor = Color.Red,
-                Size2D = new Size2D(110, 48).SpToPx(),
+                Size2D = new Size2D(100, 48).SpToPx(),
                 Text = "Add",
+                PointSize = 15.0f,
+                CellHorizontalAlignment = HorizontalAlignmentType.Right,
             };
             actionContent.Clicked += (object sender, ClickedEventArgs e) =>
             {
-                //SetCurrentWallpaper();
                 CloseAccount();
             };
             appBar.ActionContent = actionContent;
@@ -69,7 +70,7 @@ namespace MainAccount
             TextLabel titleContent = new TextLabel("Accounts")
             {
                 WidthSpecification = Window.Instance.Size.Width - 175.SpToPx(), 
-                PixelSize = 24.SpToPx(),
+                PixelSize = 40.SpToPx(),
                 FontFamily = "BreezeSans",
 
                 //FontStyle = Resources.FontStyleAllNormal,
@@ -103,7 +104,7 @@ namespace MainAccount
                 {
                     HorizontalAlignment = HorizontalAlignment.Center,
                     VerticalAlignment = VerticalAlignment.Center,
-                    TextColor = Color.Blue,
+                    TextColor = Color.Black,
                     PointSize = 15.0f,
                     Text = "Account provider not available",
                     HeightResizePolicy = ResizePolicyType.FillToParent,
index 40b1a9b271b9d06c4dc6570c5589988f246c857b..60c9f19c20e32c71020cc9068fe94420ff3f1665 100644 (file)
Binary files a/packaging/org.tizen.cssetting-account-1.0.0.tpk and b/packaging/org.tizen.cssetting-account-1.0.0.tpk differ