Files
Android/app/src/main/res/drawable-night/paragraph_marker.xml
2020-11-11 15:29:01 -05:00

13 lines
270 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<size
android:height="11dp"
android:width="5dp" />
<solid
android:color="@color/core_grey_65" />
</shape>