私聊改造:新增快速发送图片功能
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.2 KiB |
@@ -3,6 +3,6 @@
|
||||
|
||||
<item android:drawable="@drawable/nim_message_input_emotion_pressed" android:state_pressed="true"/>
|
||||
<item android:drawable="@drawable/nim_message_input_emotion_pressed" android:state_focused="true"/>
|
||||
<item android:drawable="@drawable/nim_message_input_emotion"/>
|
||||
<item android:drawable="@drawable/nim_message_input_emotion_pressed"/>
|
||||
|
||||
</selector>
|
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/color_grey_eaeaea" />
|
||||
<corners android:topLeftRadius="15dp"
|
||||
android:topRightRadius="15dp"
|
||||
android:bottomRightRadius="15dp"
|
||||
android:bottomLeftRadius="15dp"/>
|
||||
<corners android:topLeftRadius="8dp"
|
||||
android:topRightRadius="8dp"
|
||||
android:bottomRightRadius="8dp"
|
||||
android:bottomLeftRadius="8dp"/>
|
||||
</shape>
|
Reference in New Issue
Block a user