Fix last seen divider crash on Android <5.0

Apparently, it's not possible to reference an attribute in an xml
drawable on API <21, so we have to use separate light and dark theme
drawables instead.

Closes #6285
This commit is contained in:
haffenloher
2017-02-22 16:47:52 +01:00
parent d9659219de
commit 76ac95756f
5 changed files with 12 additions and 5 deletions

View File

@@ -73,7 +73,7 @@
<attr name="conversation_item_sent_indicator_text_background" format="reference" />
<attr name="conversation_item_header_background" format="reference"/>
<attr name="conversation_item_last_seen_background" format="reference|color"/>
<attr name="conversation_item_last_seen_text_background" format="color"/>
<attr name="conversation_item_last_seen_text_background" format="reference"/>
<attr name="dialog_info_icon" format="reference" />
<attr name="dialog_alert_icon" format="reference" />