Flipboard / bottomsheet

Android component which presents a dismissible view from the bottom of the screen
BSD 3-Clause "New" or "Revised" License
4.53k stars 594 forks source link

Fix Landscape mode not working, update SupportLibraries(...) to v26, and update Glide to v4 #181

Closed bernaferrari closed 7 years ago

bernaferrari commented 7 years ago

The most important change was at BottomSheetLayout.java where it was setting Peek to 0.0 in landscape mode, since there was a fault in the math. Now it also works flawless in Galaxy S8, LG G6 and other devices with a screen that is not 16:9. In e84455b, I fixed the Peek not showing in portrait mode; In the last commit, I upgrade Gradle to the 3.0.0-beta2, in hope that Travis would work.