[android] use same color for thread dividers than indentation dividers

This commit is contained in:
Torsten Grote
2019-05-16 11:35:20 -03:00
parent 06212453b2
commit 90437f4fa4

View File

@@ -82,6 +82,7 @@
<style name="Divider.ThreadItem" parent="Divider">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">@dimen/forum_nested_line_width</item>
<item name="android:background">@color/thread_indicator</item>
</style>
<style name="BriarAvatar">