{
"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
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");
{
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;
TextLabel titleContent = new TextLabel("Accounts")
{
WidthSpecification = Window.Instance.Size.Width - 175.SpToPx(),
- PixelSize = 24.SpToPx(),
+ PixelSize = 40.SpToPx(),
FontFamily = "BreezeSans",
//FontStyle = Resources.FontStyleAllNormal,
{
HorizontalAlignment = HorizontalAlignment.Center,
VerticalAlignment = VerticalAlignment.Center,
- TextColor = Color.Blue,
+ TextColor = Color.Black,
PointSize = 15.0f,
Text = "Account provider not available",
HeightResizePolicy = ResizePolicyType.FillToParent,