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

add posibility to change adapter header and footer type. add bool to … #395

Merged
merged 2 commits into from
Oct 13, 2020

Conversation

sleushunou
Copy link
Contributor

No description provided.

@github-actions github-actions bot added c/common Related to Common component. p/Android Related to Android platform. labels Oct 13, 2020
/// <inheritdoc />
public ViewStates ConvertValue(bool value, object? parameter = null, string? language = null)
{
return value ? ViewStates.Visible : ViewStates.Invisible;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GoneConverter can be changed to use Invisible or Gone option (via property or constructor).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Continued in issue below #397

@wcoder wcoder self-requested a review October 13, 2020 12:48
@wcoder wcoder added this to the vNext milestone Oct 13, 2020
@sleushunou sleushunou merged commit 05b8872 into master Oct 13, 2020
@wcoder wcoder deleted the fix/SL branch October 25, 2020 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/common Related to Common component. p/Android Related to Android platform.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants