fragment_consult_two_level.xml 1.07 KB
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:orientation="vertical"
    android:layout_height="match_parent"
    tools:context="com.shunzhi.parent.ui.fragment.consult.ConsultTwoLevelFragment">

    <TextView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:textSize="@dimen/textSize16"
        android:textColor="@color/textColor"
        android:text="政策咨询"
        android:gravity="center"
        android:id="@+id/tvContentName"
        android:paddingTop="@dimen/size_dp_5"
        android:paddingBottom="@dimen/size_dp_5"
        />

    <com.jcodecraeer.xrecyclerview.XRecyclerView
        android:layout_marginLeft="@dimen/size_dp_10"
        android:layout_marginRight="@dimen/size_dp_10"
        android:id="@+id/recyclerView"
        android:layout_width="match_parent"
        android:layout_height="match_parent">

    </com.jcodecraeer.xrecyclerview.XRecyclerView>


</LinearLayout>