update app structure to Shell
This commit is contained in:
@@ -15,10 +15,9 @@ namespace Pixiview.UI
|
||||
public static readonly Thickness LeftBottom10 = new Thickness(10, 0, 0, 10);
|
||||
public static readonly GridLength TitleIconWidth = 40;
|
||||
|
||||
public static Thickness NavigationBarOffset;
|
||||
public static Thickness StatusBarOffset;
|
||||
public static Thickness TotalBarOffset;
|
||||
|
||||
public const string IconUser = "\uf007";
|
||||
public const string IconSparkles = "\uf890";
|
||||
public const string IconOrder = "\uf88f";
|
||||
public const string IconLayer = "\uf302";
|
||||
public const string IconRefresh = "\uf2f1";
|
||||
public const string IconOption = "\uf013";
|
||||
@@ -39,13 +38,6 @@ namespace Pixiview.UI
|
||||
}
|
||||
}
|
||||
|
||||
public static void SetNavigationBarHeight(double barHeight, double statusHeight)
|
||||
{
|
||||
NavigationBarOffset = new Thickness(0, barHeight, 0, 0);
|
||||
StatusBarOffset = new Thickness(0, statusHeight, 0, 0);
|
||||
TotalBarOffset = new Thickness(0, barHeight + statusHeight, 0, 0);
|
||||
}
|
||||
|
||||
private static bool? _isFullscreenDevice;
|
||||
public static bool IsFullscreenDevice
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user