mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Set color of received and sent messages, and send message button.
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
<?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>
|
@@ -1,11 +0,0 @@
|
||||
<?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>
|
Reference in New Issue
Block a user