稍微完善输入法以及输入法体验页
This commit is contained in:
9
app/src/main/res/drawable/other_party_message.xml
Normal file
9
app/src/main/res/drawable/other_party_message.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#02BEAC" />
|
||||
<corners
|
||||
android:topLeftRadius="10dp"
|
||||
android:topRightRadius="0dp"
|
||||
android:bottomLeftRadius="10dp"
|
||||
android:bottomRightRadius="10dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user