Commit a8778dbd by Javier Piris

Añadidos Iconos para que se vean las tabbed page en IOS

parent 697f317e
...@@ -373,6 +373,15 @@ ...@@ -373,6 +373,15 @@
<ItemGroup> <ItemGroup>
<BundleResource Include="Resources\icon_chat.png" /> <BundleResource Include="Resources\icon_chat.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\History1.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\Add1.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\pendiente.png" />
</ItemGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup> <PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
......
...@@ -3,11 +3,14 @@ ...@@ -3,11 +3,14 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="inutralia.Views.Question.HistoryView" x:Class="inutralia.Views.Question.HistoryView"
xmlns:artina="clr-namespace:UXDivers.Artina.Shared;assembly=UXDivers.Artina.Shared" xmlns:artina="clr-namespace:UXDivers.Artina.Shared;assembly=UXDivers.Artina.Shared"
xmlns:local="clr-namespace:inutralia.Views.Question"
x:Name="historyView" x:Name="historyView"
Title="Histórico" Title="Histórico"
Icon="History1" Icon="History1"
BackgroundColor="{DynamicResource BasePageColor}"> BackgroundColor="{DynamicResource BasePageColor}">
<ContentPage.Content> <ContentPage.Content>
<StackLayout Orientation="Vertical" VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand"> <StackLayout Orientation="Vertical" VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand">
<Frame Margin="0,0,0,8" Padding="14,14,14,14" BackgroundColor="{DynamicResource AccentColor}"> <Frame Margin="0,0,0,8" Padding="14,14,14,14" BackgroundColor="{DynamicResource AccentColor}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment