How do i make the border of android.text.DynamicLayout dynamic change? -
i has android project requirements that:
- here string of characters show in override view method ondraw(canvas).
- this string of characters limited fixed rectangle.i know use android.text.dynamic-layout can solved problem.
but now: has question:
- user can change fixed rectangle size real time drag.
- user can reset string show.
need go new dynamic-layout object again real time?
Comments
Post a Comment