java - Android text on image -
i working on android app , trying achive same functionality seen here place text ontop of picture , on 0:43 - 0:50 more text added smaller gets, has idea or guidance? in video example of functionality trying achieve
btw thought placing textview on imageview programatically "print screen" view - possible?
tnx in advance
i need know if possible take "print screen" of layout programatically export image file ...
if want image of view
try using getdrawingcache
bitmap
of view
can manipulate please.
... question how resize text in case it's going out of imageview bounds
for can extend imageview
, override onlayout
adjust size of textview
depending on size.
Comments
Post a Comment