Is there an easy way to add a border to the top and bottom of an Android View?

后端 未结 24 2700
盖世英雄少女心
盖世英雄少女心 2020-11-22 13:36

I have a TextView and I\'d like to add a black border along its top and bottom borders. I tried adding android:drawableTop and android:drawableBottom

24条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-22 14:06

    Simplest way to add borders to inset the borders using InsetDrawable,following will show top border only :

    
    
        
    
            
            
        
    
    

提交回复
热议问题