fragment_me_chat.xml
843 Bytes
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#f0f0f0">
<TextView
android:id="@+id/chat_remind"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="暂时没有消息"
android:textColor="#000000"
android:layout_centerInParent="true"
android:textSize="16sp"
android:alpha="0.5"
android:visibility="gone"
/>
<com.ivt.android.me.ui.myview.cehua.SwipeMenuListView
android:id="@+id/friend_like_lv"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@null" />
</RelativeLayout>