I can create a separator view like a pipe | with something like:
<View
android:layout_width="1dp"
android:layout_height="match_parent"
android:layout_marginLeft="12dp"
android:layout_marginRight="12dp"
android:background="@color/black" />
But how can I create a separator that is like / or \ i.e. a line that is not straight?