microsoftarchive / android-sliding-layer-lib

Highly customizable SlidingLayer as you have seen in Wunderlist
http://wunderlist.com
Apache License 2.0
932 stars 279 forks source link

remove usless but affect performance code #53

Open mjkohoh opened 10 years ago

mjkohoh commented 10 years ago

When the SlidingLayer is Sliding,it will call invalidate frequently。So set this SlidingLayer's DrawingCacheEnabled true is usless and affect performance.But set the DrawingCacheEnabled of SlidingLayer's child view true will make sliding smooth.