图文消息UI优化
This commit is contained in:
@@ -537,7 +537,6 @@ public class RecentContactsFragment extends TFragment {
|
|||||||
initInfo.getOfficialMsgUids().indexOf(item.getContactId()))
|
initInfo.getOfficialMsgUids().indexOf(item.getContactId()))
|
||||||
);
|
);
|
||||||
iterator.remove();
|
iterator.remove();
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -26,9 +26,10 @@
|
|||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/bg_image"
|
android:id="@+id/bg_image"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="70dp"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
android:scaleType="centerCrop" />
|
android:adjustViewBounds="true"
|
||||||
|
android:scaleType="fitXY" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/desc"
|
android:id="@+id/desc"
|
||||||
@@ -37,6 +38,7 @@
|
|||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
android:textColor="@color/text_secondary_4f516a"
|
android:textColor="@color/text_secondary_4f516a"
|
||||||
android:textSize="13dp" />
|
android:textSize="13dp" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<View
|
<View
|
||||||
@@ -71,5 +73,7 @@
|
|||||||
android:src="@drawable/arrow_right" />
|
android:src="@drawable/arrow_right" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Reference in New Issue
Block a user