Text overlay over imageview in android

前端 未结 5 1903
长情又很酷
长情又很酷 2021-02-02 01:35

I am trying to have textviews overlay over imageviews. Something like this

\"people

5条回答
  •  心在旅途
    2021-02-02 01:53

    Please modify the layout accordingly, If you want to accommodate the images on an imageview only, then you can drop the below layout in a relative one including an imageview too.

    
       
            android:gravity="center"/>
    
    
    

提交回复
热议问题