mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Implemente a chat UI for private messages.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid
|
||||
android:color="#4185F4" >
|
||||
</solid>
|
||||
|
||||
<corners
|
||||
android:radius="22dp">
|
||||
</corners>
|
||||
</shape>
|
11
app/src/main/res/drawable/private_message_ballon_sent.xml
Normal file
11
app/src/main/res/drawable/private_message_ballon_sent.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid
|
||||
android:color="#31BF7D" >
|
||||
</solid>
|
||||
|
||||
<corners
|
||||
android:radius="22dp">
|
||||
</corners>
|
||||
</shape>
|
Reference in New Issue
Block a user