fix color of conversation_thread_line
This commit is contained in:
parent
6d48811767
commit
c2e94c4bf0
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
|||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<size android:width="4dp" />
|
||||
<solid android:color="?attr/colorBackgroundAccent" />
|
||||
<solid android:color="?attr/dividerColor" />
|
||||
</shape>
|
Loading…
Reference in a new issue