mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-02 18:41:59 +00:00
Added white background to indicator for BLOCKED indicator
Also modified text colour in light theme to nicer red fixes #3524 Closes #3806 // FREEBIE
This commit is contained in:
committed by
Moxie Marlinspike
parent
a84dcf6a8e
commit
c72719747a
5
res/drawable/blocked_indicator_background.xml
Normal file
5
res/drawable/blocked_indicator_background.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/white" />
|
||||
<corners android:radius="4dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user