This repository was archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Android] fixes TabStop on Stepper Control #5000
Merged
Merged
Conversation
This file contains hidden or 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
paymicro
commented
Jan 17, 2019
mattleibow
added a commit
that referenced
this pull request
Jan 19, 2019
3 tasks
PureWeen
pushed a commit
that referenced
this pull request
Jan 25, 2019
PureWeen
pushed a commit
that referenced
this pull request
Jan 25, 2019
PureWeen
pushed a commit
that referenced
this pull request
Jan 29, 2019
kingces95
approved these changes
Jan 30, 2019
samhouts
approved these changes
Jan 30, 2019
PureWeen
pushed a commit
that referenced
this pull request
Jan 31, 2019
Contributor
|
Just a note that this PR is included in the changes for material: #5027 |
PureWeen
pushed a commit
that referenced
this pull request
Feb 12, 2019
PureWeen
pushed a commit
that referenced
this pull request
Feb 21, 2019
PureWeen
pushed a commit
that referenced
this pull request
Feb 22, 2019
* [Android] [Material] Refactored the Stepper on Android #5011 - reuse code between default and material - added material stepper * [Android] [Material] Using the "Fast" renderer style for the stepper #5011 - switched the button style to the outlined buttons * [Android] [Material] Adding the tab stops support (#5000) * [Android] [Material] Switching back to a traditional renderer for now to get tabstops working * [Material] [iOS] Added a Material stepper for iOS * [Material] [Android, iOS] Addressed the PR feedback * [Material] Remove private * Update MaterialStepperRenderer.cs * Update StepperRendererManager.cs * Fixed the merge issues * add steppers to visual gallery * The material stepper buttons now resize to fit the available space. * Update Xamarin.Forms.Controls/ControlGalleryPages/VisualGallery.xaml Co-Authored-By: mattleibow <mattleibow@live.com> * [Material] [Stepper] Don't set the background color for steppers - we still need to decide on the logic behind the coloring of outline buttons * Fixed the Android accessibility * Change UI tests to not use a Text search for locating stepper controls
AndreiMisiukevich
pushed a commit
to AndreiMisiukevich/Xamarin.Forms
that referenced
this pull request
Feb 25, 2019
AxelUser
pushed a commit
to AxelUser/Xamarin.Forms
that referenced
this pull request
Jun 15, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Change
Issues Resolved
partially fixes #4956 [Android]
API Changes
None
Platforms Affected
Behavioral/Visual Changes
Stepper don't skipped from with TabStop
Testing Procedure
PR Checklist