<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="line">
     <!-- 显示虚线,破折线的宽度为dashWith,空隙的宽度为dashGap, darkgray -->
    <stroke android:width="1dp" android:color="#A9A9A9"  
             android:dashWidth="2dp" android:dashGap="3dp" /> 
    <size android:height="1dp" />  
</shape>

 

相关文章:

  • 2021-10-27
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-22
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2021-04-11
  • 2022-12-23
  • 2021-11-14
相关资源
相似解决方案