mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-30 13:16:34 +00:00
Improve the look of message bubbles.
This commit is contained in:
16
res/drawable/compose_background.xml
Normal file
16
res/drawable/compose_background.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/core_light_10" />
|
||||
|
||||
<solid
|
||||
android:color="@color/core_light_02" />
|
||||
|
||||
<corners
|
||||
android:radius="20dp" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user