<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="line"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <stroke android:width="1.0px" android:color="@color/background_gray" android:dashWidth="24.0px" android:dashGap="32.0px" />
</shape>