question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Views in fragment are selectable while Stepper Feedback progress is shown

See original GitHub issue

Good day. Thanks for the stepper feedback feature, looks awesome. However, it doesn’t make views inside of a fragment unclickable or unselectable while feedback progess is shown. For instance I can edit my text fields while progress is shown, which is undesirable behaviour. It would be nice if the library would do that automaticaly, instead of doing that manually for each fragment or view. Thank you.

P.S.: I think it should be written in wiki that in order to have disabled effect on bottom navigation bar, button colors should be assigned using selectors like in sample app: app:ms_backButtonColor="@color/ms_disabling_button_text_color_selector" app:ms_nextButtonColor="@color/ms_disabling_button_text_color_selector" app:ms_completeButtonColor="@color/ms_disabling_button_text_color_selector" Because it took me quite a while to figure out why my navigation bar buttons aren’t changing their color.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
zawadz88commented, Mar 20, 2017

I think that click intercepting could be also done for content_fade or we could create e.g. disabled_content_interactions feedback type.

1reaction
zawadz88commented, Mar 20, 2017

I’d suggest splitting content feedback type into content_dim, content_fade stepper feedback types then? Also, new attributes ms_stepperFeedback_contentDimBackground and ms_stepperFeedback_contentFadeAlpha could be added for further customisation?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fragment lifecycle - Android Developers
The fragment's view Lifecycle is created only when your Fragment provides a valid View instance. In most cases, you can use the fragment ......
Read more >
How to determine when Fragment becomes visible in ...
In most use cases, ViewPager only show one page at a time, but the pre-cached fragments are also put to "visible" state (actually...
Read more >
Forms - Android Material Stepper - The Android Arsenal
This library allows to use Material steppers inside Android applications. Quoting the documentation: Steppers display progress through a ...
Read more >
Using DialogFragment | CodePath Android Cliffnotes
Use onCreateView when the entire view of the dialog is going to be defined via custom XML. Use onCreateDialog when you just need...
Read more >
Agilent 2100 Bioanalyzer System 2100 Expert Software User's ...
chapter shows how to get started with the 2100 Expert Software, and outlines ... During the chip run(s), you can view the status...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found