In my application, It have tab at bottom and its content with in fragment. I want to fade in and fade out my bottom tab while user scroll up and down.
Please give me a tutorial link if you have.
Thank you
In my application, It have tab at bottom and its content with in fragment. I want to fade in and fade out my bottom tab while user scroll up and down.
Please give me a tutorial link if you have.
Thank you
Copyright © 2021 Jogjafile Inc.
Here is one not very elegant, but simple way.
yourScrollableViewis aViewwhich user will scroll,viewYouNeedToHideis aViewwhich contains your tabs,REQUIRED_SWIPEis scroll distance which show/hide event will be sensitive to.