roomorama / Caldroid

A better calendar for Android
Other
1.42k stars 532 forks source link

Caldroid's GridView doesn't get all avaliable height #411

Open victormilazzo opened 8 years ago

victormilazzo commented 8 years ago

Hi! My date GridView is showing vertical scrollbars despite the screen allow it to be higher:

screenshot_2016-06-29-13-05-13

I'm using a LinearLayout as container, width: match, height: (wrap, 380dp, match...), orientation: vertical. And i'm default instantiating, no modifies were made. On emulator, with bigger screen, it behaves ok. But on my phone (Motorola RAZRD1), it shows the scrollbar and i can slide like 4dp up/down.

How can i work around? Thanks!

ghost commented 8 years ago

I have the same issue. It doesn't matter what value for frag container layout_height i will setup wrap, match or static, it will get a little side scrollbar every time

rookProgrammer commented 8 years ago

I have the same issue, hope someone would help us

danielfaust commented 7 years ago

Same problem here. I've been trying to debug this for hours, but I'm out of luck. I'm using it inside one of these https://github.com/afollestad/material-dialogs

npnithin commented 6 years ago

same here