51 lines
2.0 KiB
XML
51 lines
2.0 KiB
XML
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@android:color/white"
|
|
android:orientation="vertical" >
|
|
|
|
<include layout="@layout/umeng_comm_topic_search_title_bar" />
|
|
|
|
<!-- <include layout="@layout/umeng_comm_divide_line" /> -->
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/umeng_comm_relative_user"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
>
|
|
<android.support.v7.widget.RecyclerView
|
|
android:id="@+id/umeng_comm_relative_user_recyclerView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_centerInParent="true"
|
|
android:scrollbars="vertical" />
|
|
<com.umeng.common.ui.widgets.EmptyView
|
|
android:id="@+id/umeng_comm_topic_empty"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:visibility="gone"
|
|
/>
|
|
<!--<include-->
|
|
<!--android:id="@+id/search_more_img_view"-->
|
|
<!--android:layout_width="match_parent"-->
|
|
<!--android:layout_height="wrap_content"-->
|
|
<!--android:layout_alignParentRight="true"-->
|
|
<!--android:layout_alignRight="@id/umeng_comm_relative_user_recyclerView"-->
|
|
<!--android:layout_toRightOf="@id/umeng_comm_relative_user_recyclerView"-->
|
|
<!--android:layout_gravity="center_horizontal"-->
|
|
<!--layout="@layout/umeng_comm_relative_user_gallery_item" />-->
|
|
|
|
<!--<EmptyView-->
|
|
<!--android:id="@+id/umeng_comm_user_empty"-->
|
|
<!--android:layout_width="match_parent"-->
|
|
<!--android:layout_height="match_parent"-->
|
|
<!--android:layout_centerInParent="true" />-->
|
|
</RelativeLayout>
|
|
|
|
<!--<include layout="@layout/umeng_comm_divide_line" />-->
|
|
|
|
<!--<include layout="@layout/umeng_comm_feeds_frgm_layout" />-->
|
|
|
|
|
|
|
|
</LinearLayout> |