图文消息UI优化
This commit is contained in:
@@ -537,7 +537,6 @@ public class RecentContactsFragment extends TFragment {
|
||||
initInfo.getOfficialMsgUids().indexOf(item.getContactId()))
|
||||
);
|
||||
iterator.remove();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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>
|
Reference in New Issue
Block a user