图文消息UI优化

This commit is contained in:
huangjian
2022-11-24 17:01:37 +08:00
parent 495e56e8ff
commit c248da1486
2 changed files with 6 additions and 3 deletions

View File

@@ -537,7 +537,6 @@ public class RecentContactsFragment extends TFragment {
initInfo.getOfficialMsgUids().indexOf(item.getContactId()))
);
iterator.remove();
break;
}
}
}

View File

@@ -26,9 +26,10 @@
<ImageView
android:id="@+id/bg_image"
android:layout_width="match_parent"
android:layout_height="70dp"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:scaleType="centerCrop" />
android:adjustViewBounds="true"
android:scaleType="fitXY" />
<TextView
android:id="@+id/desc"
@@ -37,6 +38,7 @@
android:layout_marginTop="10dp"
android:textColor="@color/text_secondary_4f516a"
android:textSize="13dp" />
</LinearLayout>
<View
@@ -71,5 +73,7 @@
android:src="@drawable/arrow_right" />
</LinearLayout>
</LinearLayout>
</LinearLayout>