Android-misc-widgets four-direction (up/down) drawer bug fix2013-08-04 08:58:13Tags: bug down top panel slidingdrawer original works, allow reprint, please be sure to use hyperlinks in the form of the original source of the article, author information and this statement. Otherwise, the legal liability will be investigated. http://mikewang.blog.51cto.com/3826268/1263802
As compared to open source projects, the improvements are as follows:
1 , fixed a splash screen problem
Second, increase the limit compared to open source projects:
1 , you cannot set the interpolator of the corresponding animation , but guaranteed to be displayed in a fixed, smooth animation.
Three, code
Address: Https://github.com/mikewang0326/SlidingDrawerExample
Branch Master: The source code of Open source project
Branch Mike: My Changes
3-1 Please read the Project Readme in detail file, whole bug The repair process is very clear.
3-2 Please see branch Mike for details . the commit message , the diff of the relevant Code Is also very clear.
Four, other
4-1 because of the project relationship, only the top-oriented code is debugged, and the other directions are not verified.
4-2 thanks to lovehong0306 , the reference to his blog:http://blog.csdn.net/lovehong0306/article/details/7451264
This article is from the "Little New column" blog, please be sure to keep this source http://mikewang.blog.51cto.com/3826268/1263802
Android-misc-widgets four to (up and down) drawer bug fix-Reprint