Harshita Gupta

Results 15 comments of Harshita Gupta

didn't notice that! Yeah, I'll fix this.

Hi @kunall17! the best solution to this problem I could find is to hide the fab whenever snackbar appears and as soon as snackbar disappears fab will appear which doesn't...

I didn't get your point. Can you please point out where its been used?

@kunall17 I earlier tried to use these animations but they resulted into unusual behaviour of the fab! Sometimes it appears and sometimes it doesn't! It also happened that it was...

@kunall17 According to the documentation everywhere whenever we have snackbar along with the fab in coordinator layout then when the snackbar appears the fab will itself move up and tried...

@kunall17 Can you please review this and finalise the changes in this PR so that this issue can be resolved? Thanks!

Hi @kunall17! I've made the changes as told by you and yes that behavior was not working! I've added the required code and I guess its working fine now! Can...

@kunall17 Can you please review it? :+1:

@kunall17 I am referring to the same article! I tried to apply the same thing here :D But alas it's not working here! Now, what should I do? any suggestions?

I added these 2 lines in `MessageListFragment` `CoordinatorLayout.LayoutParams params = (CoordinatorLayout.LayoutParams) floatingActionButton.getLayoutParams();` `params.setBehavior(new ShrinkBehaviorOfFab());` after you said that the behavior is not set.