Commit 58872c90 by Javier Piris

Creadas vista de preguntas, como una tabbed page

parent 3038aa35
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
<TabbedPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="inutralia.Views.Question.QuestionListView">
<ContentPage.Content>
<StackLayout>
x:Class="inutralia.Views.Question.QuestionListView"
Title="Mis Consultas">
</StackLayout>
</ContentPage.Content>
</ContentPage>
\ No newline at end of file
<TabbedPage.Children>
<NavigationPage >
</NavigationPage>
</TabbedPage.Children>
</TabbedPage>
\ No newline at end of file
......@@ -4,7 +4,7 @@ using Xamarin.Forms.Xaml;
namespace inutralia.Views.Question
{
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class QuestionListView : ContentPage
public partial class QuestionListView : TabbedPage
{
public QuestionListView()
{
......
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