Align drawable image inside a text view to center

前端 未结 6 1359
挽巷
挽巷 2021-02-19 11:58

I have a textview which holds an image and some text.

programmatically i have added the drawable image to the left side of text view

txtIDFav.setCompound         


        
6条回答
  •  不知归路
    2021-02-19 12:25

    I was also facing the same issue, But I don't want to use Button and TextView separately and also I don't want to make it using java code. So I found this. I know I am giving solution late. But it helps you

    
    
    
                
            
    

提交回复
热议问题