mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user