gowong / material-sheet-fab

Android library that provides the floating action button to sheet transition from Google's Material Design.
MIT License
1.58k stars 255 forks source link

Not working correctly when the Fab is on the left side for RTL #15

Closed ialmetwally closed 8 years ago

ialmetwally commented 8 years ago

Currently for RTL apps, the Floating Action Button has to be on the left side instead of right side, and this leads to showing the sheet on the left of the FAB (outside of the screen) only small part is visible, I'll try to fix this issue and create a pull request.