Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch-1 #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions XamBooksApp/XamBooksApp/Views/HomePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
VerticalOptions="FillAndExpand">

<SearchBar
Margin="{x:OnPlatform iOS=-8,
Android=0}"
Margin="{x:OnPlatform iOS=-8,Android=0}"
BackgroundColor="White"
Placeholder="Search books, authors, publishers..."
PlaceholderColor="LightGray"
Expand Down Expand Up @@ -192,15 +191,10 @@
TranslationY="-20"
VerticalOptions="End"
WidthRequest="50" />



</Grid>
</ViewCell>
</DataTemplate>
</ListView.ItemTemplate>
</ListView>

</StackLayout>

</ContentView>
11 changes: 0 additions & 11 deletions XamBooksApp/XamBooksApp/Views/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<RowDefinition Height="*" />
<RowDefinition Height="60" />
</Grid.RowDefinitions>

<tabs:ViewSwitcher
x:Name="Switcher"
Grid.RowSpan="2"
Expand All @@ -27,8 +26,6 @@
<navigation:PrismLazyView x:TypeArguments="views:MyProfilePage" />
<navigation:PrismLazyView x:TypeArguments="views:MyBooksPage" />
</tabs:ViewSwitcher>


<pancakeView:PancakeView
Grid.Row="1"
Margin="10,0"
Expand All @@ -40,19 +37,11 @@
SelectedIndex="{Binding Source={x:Reference Switcher}, Path=SelectedIndex, Mode=TwoWay}"
TabType="Fixed">
<tabs:TabHostView.Tabs>

<tabs:BottomTabItem IconImageSource="home.png" />

<tabs:BottomTabItem IconImageSource="book.png" />

<tabs:BottomTabItem IconImageSource="contacts.png" />

</tabs:TabHostView.Tabs>
</tabs:TabHostView>
</pancakeView:PancakeView>

</Grid>



</ContentPage>
1 change: 0 additions & 1 deletion XamBooksApp/XamBooksApp/Views/MyBooksPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
TranslationY="-20"
VerticalOptions="End"
WidthRequest="80" />

</Grid>

<Grid Padding="15" ColumnSpacing="0">
Expand Down