173 lines
6.7 KiB
XML
173 lines
6.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/rl"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
tools:context=".discovery.DiscoveryFragment">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/ll"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="45dp"
|
|
android:layout_marginTop="@dimen/mystatusbar"
|
|
>
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="16dp"
|
|
android:gravity="center"
|
|
android:layout_centerInParent="true"
|
|
android:text="邻里圈"
|
|
android:textColor="@color/white"
|
|
android:textSize="16sp"
|
|
|
|
/>
|
|
|
|
<ImageView
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:id="@+id/iv_add"
|
|
android:layout_width="22dp"
|
|
android:layout_height="22dp"
|
|
android:layout_marginRight="16dp"
|
|
android:src="@mipmap/xj2" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<com.scwang.smartrefresh.layout.SmartRefreshLayout
|
|
android:id="@+id/dw"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:background="@color/white"
|
|
app:srlEnableLoadMore="true"
|
|
app:srlDisableContentWhenLoading="true"
|
|
|
|
>
|
|
<com.scwang.smartrefresh.layout.header.ClassicsHeader
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" />
|
|
<ScrollView
|
|
android:id="@+id/sv"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/white"
|
|
android:orientation="vertical">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
<View
|
|
android:id="@+id/v"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="230dp" />
|
|
<FrameLayout
|
|
android:background="@color/white"
|
|
android:layout_below="@id/v"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_marginTop="-30dp"
|
|
android:layout_marginRight="16dp"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
<ImageView
|
|
android:layout_margin="1dp"
|
|
android:id="@+id/head"
|
|
android:layout_width="60dp"
|
|
android:layout_height="60dp"
|
|
/>
|
|
</FrameLayout>
|
|
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
<android.support.v7.widget.RecyclerView
|
|
android:id="@+id/recy_view"
|
|
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
</android.support.v7.widget.RecyclerView>
|
|
|
|
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
<com.scwang.smartrefresh.layout.footer.ClassicsFooter
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" />
|
|
</com.scwang.smartrefresh.layout.SmartRefreshLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_alignParentBottom="true"
|
|
android:id="@+id/ll_comment"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="45dp"
|
|
android:layout_gravity="bottom"
|
|
android:background="#f6f6f6"
|
|
android:elevation="3dp"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:visibility="gone">
|
|
|
|
<EditText
|
|
android:id="@+id/et_comment"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="15dp"
|
|
android:layout_marginRight="7dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/shape_comment_bg"
|
|
android:ellipsize="end"
|
|
android:hint="说点什么"
|
|
android:maxLength="300"
|
|
android:paddingLeft="10dp"
|
|
android:singleLine="true"
|
|
android:textColorHint="#a2a2a2"
|
|
android:textSize="13sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_send_comment"
|
|
android:layout_width="60dp"
|
|
android:layout_height="30dp"
|
|
android:layout_marginLeft="5dp"
|
|
android:layout_marginRight="5dp"
|
|
android:background="@drawable/shape_comment"
|
|
android:gravity="center"
|
|
android:paddingLeft="10dp"
|
|
android:paddingTop="5dp"
|
|
android:paddingRight="10dp"
|
|
android:paddingBottom="5dp"
|
|
android:text="发送"
|
|
android:textColor="#fff"
|
|
android:textSize="14sp" />
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
|
|
</layout> |