-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99f0ca3
commit f69c0de
Showing
11 changed files
with
370 additions
and
279 deletions.
There are no files selected for viewing
479 changes: 241 additions & 238 deletions
479
WarehouseControlSystem/WarehouseControlSystem.Android/Resources/Resource.Designer.cs
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
WarehouseControlSystem/WarehouseControlSystem.UWP/Package.appxmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 21 additions & 19 deletions
40
WarehouseControlSystem/WarehouseControlSystem/View/Content/EmptySpaceViewInRack.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ContentView xmlns="http://xamarin.com/schemas/2014/forms" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" | ||
x:Class="WarehouseControlSystem.View.Content.EmptySpaceViewInRack"> | ||
<ContentView.Content> | ||
<StackLayout HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" BackgroundColor="DarkGray" SizeChanged="StackLayout_SizeChanged"> | ||
<StackLayout.GestureRecognizers> | ||
<TapGestureRecognizer Command="{Binding TapCommand}"/> | ||
</StackLayout.GestureRecognizers> | ||
<Image Grid.Row="0" HorizontalOptions="CenterAndExpand" VerticalOptions="CenterAndExpand" Aspect="AspectFit" Margin="5"> | ||
<Image.Source> | ||
<OnPlatform x:TypeArguments="FileImageSource"> | ||
<On Platform="UWP"> | ||
<FileImageSource File="Assets/Images/ic_action_add_circle.png"/> | ||
</On> | ||
<On Platform="iOS,Android"> | ||
<FileImageSource File="ic_action_add_circle.png"/> | ||
</On> | ||
</OnPlatform> | ||
</Image.Source> | ||
</Image> | ||
<ContentView.Content> | ||
<StackLayout Padding="1" BackgroundColor="LightGray"> | ||
<StackLayout HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" BackgroundColor="DarkGray" SizeChanged="StackLayout_SizeChanged"> | ||
<StackLayout.GestureRecognizers> | ||
<TapGestureRecognizer Command="{Binding TapCommand}"/> | ||
</StackLayout.GestureRecognizers> | ||
<Image Grid.Row="0" HorizontalOptions="CenterAndExpand" VerticalOptions="CenterAndExpand" Aspect="AspectFit" Margin="5"> | ||
<Image.Source> | ||
<OnPlatform x:TypeArguments="FileImageSource"> | ||
<On Platform="UWP"> | ||
<FileImageSource File="Assets/Images/ic_action_add_circle.png"/> | ||
</On> | ||
<On Platform="iOS,Android"> | ||
<FileImageSource File="ic_action_add_circle.png"/> | ||
</On> | ||
</OnPlatform> | ||
</Image.Source> | ||
</Image> | ||
</StackLayout> | ||
</StackLayout> | ||
</ContentView.Content> | ||
</ContentView.Content> | ||
</ContentView> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters