私聊页面UI调整
This commit is contained in:
@@ -302,7 +302,7 @@ public class NimP2PMessageActivity extends NewBaseMessageActivity {
|
||||
TextView tvContent = findViewById(R.id.tv_content);
|
||||
tvNick.setText(userInfo.getNick());
|
||||
ImageLoadUtils.loadAvatar(userInfo.getAvatar(), ivAvatar);
|
||||
tvContent.setText(StringExtensionKt.subAndReplaceDot(userInfo.getRoomTitle(), 5) + "热聊中");
|
||||
tvContent.setText("正在\""+StringExtensionKt.subAndReplaceDot(userInfo.getRoomTitle(), 5) + "\"热聊中");
|
||||
ivAvatar.setOnClickListener(v -> UserInfoActivity.Companion.start(context, userInfo.getUid()));
|
||||
clUserDetails.setOnClickListener(v -> AVRoomActivity.startForFromType(
|
||||
context,
|
||||
|
@@ -132,6 +132,7 @@
|
||||
android:layout_marginStart="15dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="15dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:background="@drawable/bg_p2p_top_userinfo"
|
||||
android:visibility="gone">
|
||||
|
||||
|
@@ -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