2017-11-16 4 views
0

私はXamarin.Formsプロジェクトを開始しました。 TappedBageを表示する必要がありますが、タブバーはAndroidのページの一番下にあり、上部には表示されません。以下のlib https://github.com/thrive-now/BottomNavigationBarXFは私が探しているものです。XamarinはBottomNavigationBarXFをフォーム上部に表示

私はポータブルプロジェクトへの参照を追加しました。私はそのページを見ることができますが、バーはまだページの上部に表示されています。

コンパイルエラーはありませんが、動作は標準のTabbedページの1つです。

何か不足していますか?私は私のナゲットパッケージに依存 "BottomNavigationBarを" 行方不明になった

<xf:BottomBarPage xmlns="http://xamarin.com/schemas/2014/forms" 
     xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" 
     xmlns:local="clr-namespace:TestApp" 
     xmlns:xf="clr-namespace:BottomBar.XamarinForms;assembly=BottomBar.XamarinForms" 
     x:Class="TestApp.MainPageBottomTab"> 
<xf:BottomBarPage.Children> 
    <local:Page1 /> 
    <local:Page2 /> 
    <local:Page3 /> 
</xf:BottomBarPage.Children> 

おかげ

答えて

関連する問題