Android view custom control with text and progress
Objective: customize a control with text and progress, as follows
design sketch:
Non twinning Cooking:
Step analysis
Extract custom attributes
Resolve custom properties
Measure the scale of UI diagram (including icon size scale and position scale)
Extract the position attribute coordinates of each element drawn
The only thing to be determined in advance for this view is the position of the text. To determine the position of the text, you need to know the length and left-right spacing of all the text, and calculate the white spacing code in the middle as follows
draw
After measuring and determining the size, we can draw it directly
Source code download address https://github.com/GuoFeilong/DescPbView A star would be better. Thank you!
The above is the whole content of this article. I hope it will be helpful to your study, and I hope you can support programming tips.