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

@@ -15,6 +15,6 @@
android:textSize="12sp"
android:textAllCaps="true"
android:textStyle="bold"
android:background="@drawable/last_seen_divider_text_background"
android:background="?conversation_item_last_seen_text_background"
tools:text="3 unread messages" />
</FrameLayout>