mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 17:28:26 +00:00
![Sam Lanning](/assets/img/avatar_default.png)
Also modified text colour in light theme to nicer red fixes #3524 Closes #3806 // FREEBIE
5 lines
194 B
XML
5 lines
194 B
XML
<?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> |