Signal-Android/app/src/main/res/drawable-night/paragraph_marker.xml

13 lines
270 B
XML
Raw Normal View History

2020-11-04 14:19:14 -05:00
<?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>