初始化

This commit is contained in:
ouyang
2017-08-15 15:04:48 +08:00
parent f1de8d5d3e
commit 9412cc7505
3464 changed files with 236938 additions and 0 deletions
@@ -0,0 +1,51 @@
<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>