mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 13:13:44 +00: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:
@@ -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>
|
||||
Reference in New Issue
Block a user