How to add a horizontal 1px line above image view in a relative layout?

后端 未结 2 741
庸人自扰
庸人自扰 2020-12-14 14:49

How do I add a horizontal 1px white line above image view in a relative layout?



        
2条回答
  •  [愿得一人]
    2020-12-14 15:27

    Consider moving the layout for the line into a separate file:

    
    
    
    

    ... referencing a custom style definition:

    
    
    

    ... and then you can include it in your layout:

    
    
        
    
        
    
    
    

提交回复
热议问题