How do i make the border of android.text.DynamicLayout dynamic change? -


i has android project requirements that:

  1. here string of characters show in override view method ondraw(canvas).
  2. this string of characters limited fixed rectangle.i know use android.text.dynamic-layout can solved problem.

but now: has question:

  1. user can change fixed rectangle size real time drag.
  2. user can reset string show.

need go new dynamic-layout object again real time?


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -