Custom Components In this document The Basic Approach Fully Customized Components Compound Controls Modifying an Existing View Type Android offers a sophisticated and powerful componentized model for building your UI, based on the fundamental layout…
draw()这个函数本身会做很多事情,可参看源码. * 1. Draw the background * 2. If necessary, save the canvas' layers to prepare for fading * 3. Draw view's content * 4. Draw children * 5. If necessary, draw t…