Commit 58872c90 by Javier Piris

Creadas vista de preguntas, como una tabbed page

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