mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-02 20:02:03 +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
@@ -49,6 +49,12 @@
|
||||
android:textStyle="bold"
|
||||
android:textColor="?recipient_preference_blocked"
|
||||
android:textAllCaps="true"
|
||||
android:background="@drawable/blocked_indicator_background"
|
||||
android:paddingTop="3dp"
|
||||
android:paddingBottom="3dp"
|
||||
android:paddingLeft="5dp"
|
||||
android:paddingRight="5dp"
|
||||
android:layout_marginTop="2dp"
|
||||
tools:ignore="UnusedAttribute" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user