Tusky-App-Android/app/src/main/res/drawable/conversation_thread_line.xml

6 lines
226 B
XML
Raw Normal View History

2017-11-30 20:12:09 +01: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" />
2020-02-22 17:56:20 +01:00
<solid android:color="?attr/dividerColor" />
2017-11-30 20:12:09 +01:00
</shape>