私聊页面UI调整
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
android:right="15dp"
|
||||
android:bottom="13dp" />
|
||||
|
||||
<corners android:bottomLeftRadius="20dp"
|
||||
android:bottomRightRadius="20dp"
|
||||
<corners android:bottomLeftRadius="16dp"
|
||||
android:bottomRightRadius="16dp"
|
||||
android:topLeftRadius="4dp"
|
||||
android:topRightRadius="20dp"/>
|
||||
android:topRightRadius="16dp"/>
|
||||
|
||||
<solid android:color="@color/white"/>
|
||||
|
||||
|
@@ -9,10 +9,10 @@
|
||||
android:bottom="13dp" />
|
||||
|
||||
<corners android:topRightRadius="4dp"
|
||||
android:topLeftRadius="20dp"
|
||||
android:bottomRightRadius="20dp"
|
||||
android:bottomLeftRadius="20dp"/>
|
||||
android:topLeftRadius="16dp"
|
||||
android:bottomRightRadius="16dp"
|
||||
android:bottomLeftRadius="16dp"/>
|
||||
|
||||
<solid android:color="@color/white"/>
|
||||
<solid android:color="#FFFCEBCA"/>
|
||||
|
||||
</shape>
|
Reference in New Issue
Block a user