chinwag-android/app/src/main/res/drawable/conversation_thread_line.xml

6 lines
235 B
XML
Raw Normal View History

2017-12-01 06:12:09 +11:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<size android:width="4dp" />
<solid android:color="?attr/colorBackgroundAccent" />
2017-12-01 06:12:09 +11:00
</shape>