Text overlay over imageview in android

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

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

\"people

5条回答
  •  青春惊慌失措
    2021-02-02 01:59

    You can create a frame layout and within the frame layout keep an imageview and a linearlayout(with a translucent background and a textview).

    The translucent color can be placed in the colors file as : #80000000 Here is a snippet :)

     
    
                
    
                
    
                    
                
            
    

提交回复
热议问题