Krupen / FabulousFilter

Android library to animate Floating Action Button to Bottom Sheet Dialog and vice-versa
Apache License 2.0
2.67k stars 324 forks source link

Static view is hiding a bit only in my Nokia 6 device #12

Closed shriharsha-bhagwat closed 1 year ago

shriharsha-bhagwat commented 6 years ago

screenshot_20180207-173751 Library works great with all the devices but only in Nokia 6, the bottom part gets hidden slightly. Is there any change we can do to work this in Nokia 6 as well. In the expanded view it looks fine.

Krupen commented 6 years ago

Unfortunately I can't test it on Nokia device as there won't be an emulator for it, but for temporary fix you can use static layout with bottom padding.

shriharsha-bhagwat commented 6 years ago

Ohh is it. Could there be any other solution other than padding? As adding a bottom padding would not look nice when in Extended mode. Any idea why this is happening in only Nokia 6 devices?

Or else can i add bottom padding only in collapsed mode? If so could you please tell me how i can do it?

Krupen commented 6 years ago

No idea as to why it is happening in Nokia devices. Does it happen only in Collapsed mode? Does it trim static view in Expanded mode as well?

panyamred commented 5 years ago

I got a similar issue only in the collapsed mode in my OnePlus 6T.

TheCodeN00b commented 5 years ago

On devices having the notch and the pill (instead of normal back, multitasking and home buttons) the static view is completely hidden in collapse mode

Krupen commented 1 year ago

Does it still repro with version 0.0.6?