<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android"    android:shape="line" >    <!--显示一条虚线,破折线的宽度为dashWith,破折线之间的空隙的宽度为dashGap,当dashGap=0dp时,为实线 -->    <stroke        android:dashGap="3dp"        android:dashWidth="3dp"        android:color="@color/black_light_10" />    <!-- 虚线的高度 -->    <size android:height="1dp" /></shape>


更多相关文章

  1. Android WebView内容宽度自适应
  2. (4.2.15.1)【android开源工具】安卓图表引擎AChartEngine(三) - 示
  3. android中画虚线--.PathEffect类简单认识
  4. Android 四种获取屏幕宽度的方法总结
  5. Android获取屏幕高度及宽度
  6. Android中如何获取屏幕宽度和高
  7. Android 实时曲线图/折线图
  8. android用shape画虚线

随机推荐

  1. 轻松玩转Camera,使用CameraView来拍照,修
  2. Android调用系统内部的下载程序下载文件(
  3. Android图像滤镜框架GPUImage使用(二)
  4. Android(安卓)5大布局特点—1
  5. android bluetooth ----BluetoothDevice
  6. Android点击软键盘外的区域,关闭软键盘
  7. Android中WindowManager.LayoutParams类
  8. Flutter吸附效果
  9. Ubuntu Android(安卓)Studio快捷方式创建
  10. activity打开时不自动弹出软键盘