forked from xamarin/Xamarin.Forms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…n#4767 fixes xamarin#4845 fixes xamarin#5219 * [Controls] Add repo for shell issue * [iOS] Allow specify SetPaddingInsets on the ShellContent * [iOS,Shell] Fix issue when disposing ToolbarItems of old page * [Controls] Add demo repo for xamarin#5466 * [Shell,Core] Fix navigating to a registered route * [Shell,Core] Add better exception messages for wrong or non existing content fixes xamarin#5081 * [Core,Shell,iOS,Android] Add FlyoutIcon property * [Controls] Make shell sample work on Android * [Controls,Android] Add ImageSource support to FlyoutIcon * [Android]Allow to set text on the back button * [Android] Create default text back button * [Controls] Add example to push with back button behavior * [Android] Fix back button tint color * [Android] Cleanup and refactor UpdateDrawerArrow * Update Xamarin.Forms.Platform.Android/Renderers/ShellToolbarTracker.cs Co-Authored-By: rmarinho <me@ruimarinho.net> * [iOS,Shell] Fix go back (Pop) when proving BackButtonBehavior * [iOS] Check the ParentViewController since we were push to it * [Android,iOS,Shell] Remove extra code implement feedback * removed old code * minor cleanup
- Loading branch information
Showing
11 changed files
with
251 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,4 +100,4 @@ | |
<MenuItem Text="Parent Guide" /> | ||
<MenuItem Text="About Xam Store" /> | ||
</Shell.MenuItems> | ||
</Shell> | ||
</Shell> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System; | ||
using System; | ||
using System.ComponentModel; | ||
using System.Globalization; | ||
using System.Linq; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.