Creating horizontal and vertical dotted lines in android

前端 未结 9 2105
臣服心动
臣服心动 2021-01-30 17:14

I want to draw horizontal and vertical dotted lines in android using shapes.

I want to draw like this

\"ent

9条回答
  •  耶瑟儿~
    2021-01-30 17:27

    
    
        
            
        
    
    
    
    

    The key for the above code to get working is using android:layerType="software". For more information, check this link.

提交回复
热议问题