ApplikeySolutions / CosmoCalendar

📅 CosmoCalendar is a fully customizable calendar with a wide variety of features and displaying modes.
https://applikeysolutions.com
MIT License
1.62k stars 288 forks source link

the circle animation background not full fill the height #30

Open tranchunghieu118 opened 6 years ago

tranchunghieu118 commented 6 years ago

@leonardo2204 Hello there, First I real appreciate for your work. This library is awesome. I'm trying to implement this one to my project. I don't know why the circle animation background is not full fill the height. This is how it look like. 24337651_1637292026291669_504787478_n I was tried to look at this method and customize them, but no luck

 public static int getDisplayWidth(Context context) {
        return ((WindowManager) context.getSystemService(Context.WINDOW_SERVICE)).getDefaultDisplay().getWidth();
    }
lmendozasv commented 6 years ago

Same here

screenshot 2018-05-24 10 15 02
viniciusgati commented 5 years ago

Using wrap content on the layout solves this.

tangible-idea commented 5 years ago

Using wrap content on the layout solves this.

to where? calendar itself?

viniciusgati commented 5 years ago

Using wrap content on the layout solves this.

to where? calendar itself?

it was a long time, i dont even use it anymore but i think the wrapcontent should be on the container layout.