CosmoCalendar icon indicating copy to clipboard operation
CosmoCalendar copied to clipboard

the circle animation background not full fill the height

Open tranchunghieu118 opened this issue 8 years ago • 4 comments

@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();
    }

tranchunghieu118 avatar Dec 04 '17 11:12 tranchunghieu118

Same here screenshot 2018-05-24 10 15 02

lmendozasv avatar May 24 '18 16:05 lmendozasv

Using wrap content on the layout solves this.

viniciusgati avatar Apr 02 '19 20:04 viniciusgati

Using wrap content on the layout solves this.

to where? calendar itself?

tangible-idea avatar Oct 03 '19 12:10 tangible-idea

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.

viniciusgati avatar Oct 07 '19 18:10 viniciusgati