diff --git a/AideDeJeu/AideDeJeu.Android/Resources/layout/Tabbar.axml b/AideDeJeu/AideDeJeu.Android/Resources/layout/Tabbar.axml index ad1f87d8..40e31bf1 100644 --- a/AideDeJeu/AideDeJeu.Android/Resources/layout/Tabbar.axml +++ b/AideDeJeu/AideDeJeu.Android/Resources/layout/Tabbar.axml @@ -6,6 +6,6 @@ android:layout_height="wrap_content" android:background="?attr/colorPrimary" android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" - app:tabIndicatorColor="@android:color/white" + app:tabIndicatorColor="@color/HDRed" app:tabGravity="fill" - app:tabMode="fixed" /> + app:tabMode="scrollable" /> diff --git a/AideDeJeu/AideDeJeu/Views/PlayerCharacterEditorPage.xaml b/AideDeJeu/AideDeJeu/Views/PlayerCharacterEditorPage.xaml index 8bd5c27f..51b2911b 100644 --- a/AideDeJeu/AideDeJeu/Views/PlayerCharacterEditorPage.xaml +++ b/AideDeJeu/AideDeJeu/Views/PlayerCharacterEditorPage.xaml @@ -9,27 +9,28 @@ xmlns:mdview="clr-namespace:Xam.Forms.Markdown" x:Name="This" Title="Création de personnage" - android:TabbedPage.ToolbarPlacement="Bottom" - android:TabbedPage.IsSwipePagingEnabled="True" - android:TabbedPage.BarItemColor="{StaticResource HDMidGrey}" - android:TabbedPage.BarSelectedItemColor="{StaticResource HDRed}" - windows:TabbedPage.HeaderIconsEnabled="true"> - - - - 48 - 48 - - - + SelectedTabColor="{StaticResource HDRed}" + UnselectedTabColor="{StaticResource HDMidGrey}" + android:TabbedPage.IsSwipePagingEnabled="True"> - + + + + + + Autre + Féminin + Masculin + Non précisé + + + @@ -67,6 +68,14 @@ + + + + + + + +