指导员背景文字改动
This commit is contained in:
@@ -64,7 +64,7 @@ public class PDLiveCustomConversationProvider extends BaseConversationProvider {
|
||||
if ((model != null && TextUtils.equals(model.getIsAdmin(), "1")) ) {
|
||||
RelativeLayout conversationItem = holder.getView(R.id.rc_conversation_item);
|
||||
RecyclerView.LayoutParams params = (RecyclerView.LayoutParams) conversationItem.getLayoutParams();
|
||||
params.height = DpUtil.dp2px(143);
|
||||
params.height = DpUtil.dp2px(110);
|
||||
conversationItem.setLayoutParams(params);
|
||||
holder.setOnClickListener(R.id.img_administrator, new View.OnClickListener() {
|
||||
@Override
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
android:layout_height="24dp"
|
||||
android:layout_gravity="end|bottom"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="18dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:src="@mipmap/news_icon_clearance" />
|
||||
</FrameLayout>
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<RelativeLayout
|
||||
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="130dp"
|
||||
android:layout_height="120dp"
|
||||
android:layout_weight="1">
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="130dp"
|
||||
android:layout_height="120dp"
|
||||
android:layout_weight="1">
|
||||
|
||||
<ImageView
|
||||
@@ -100,7 +100,7 @@
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="130dp"
|
||||
android:layout_height="120dp"
|
||||
android:layout_weight="1">
|
||||
|
||||
<ImageView
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 328 KiB After Width: | Height: | Size: 428 KiB |
Reference in New Issue
Block a user