Yoav Sternberg

Results 35 comments of Yoav Sternberg

@BigBoot did you got any idea? I was research it for 3 hours, removed modules, but still...

@BigBoot Have fun on your vacation. I've tried eclipse, it says it is from the music, so I removed the music, but they it was still high, and the next...

Closing it because it maybe because the lazy GC.

FIxes on developments: 1. move icons from `drawable` to `drawable-nodpi` - change icon size in memory from 4MB to 270KB. 2. Memory usage of QCircleTemplate - fixed.

Change the dimens, and remove ``` java @Override protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { super.onMeasure(widthMeasureSpec, heightMeasureSpec); final int size = Math.min(getMeasuredWidth(), getMeasuredHeight()); setMeasuredDimension(size, size); } ``` At least it...

You can check the appcompat style.

Same error. Any fix? Can't use the library...

@gabrielemariotti can you explain why? I use my own code for similar dialog, but that looks nicer.