Display text on an ImageView with flexible bounds

后端 未结 0 1056
轮回少年
轮回少年 2021-01-13 18:05

i\'m using glide v4 to load an image from an url into an ImageView. Like this:

GlideApp.with(view.context)
        .load(url)
        .into(view)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题