first
This commit is contained in:
72
app/src/main/res/layout/include_xingyun_rv_data.xml
Normal file
72
app/src/main/res/layout/include_xingyun_rv_data.xml
Normal file
@@ -0,0 +1,72 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout 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"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal">
|
||||
<View
|
||||
android:layout_width="1px"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginVertical="@dimen/dp_10"
|
||||
android:background="@color/color_E6E6E6"/>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
<TextView
|
||||
android:id="@+id/tv_xingyun"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:paddingVertical="@dimen/dp_6"
|
||||
android:gravity="center"
|
||||
android:textSize="12sp"
|
||||
android:textColor="@color/color_333333"
|
||||
android:text="胎"/>
|
||||
<TextView
|
||||
android:id="@+id/tv_zizuo"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:paddingVertical="@dimen/dp_6"
|
||||
android:gravity="center"
|
||||
android:textSize="12sp"
|
||||
android:textColor="@color/color_333333"
|
||||
android:text="沐浴"/>
|
||||
<TextView
|
||||
android:id="@+id/tv_kongwang"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:paddingVertical="@dimen/dp_6"
|
||||
android:gravity="center"
|
||||
android:textSize="12sp"
|
||||
android:textColor="@color/color_333333"
|
||||
android:text="寅卯"/>
|
||||
<TextView
|
||||
android:id="@+id/tv_nayin"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:paddingVertical="@dimen/dp_6"
|
||||
android:gravity="center"
|
||||
android:textSize="12sp"
|
||||
android:textColor="@color/color_333333"
|
||||
android:text="覆灯火"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rv_shensha_data"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
tools:listitem="@layout/paipan_shensha_item"
|
||||
tools:itemCount="5"
|
||||
app:layoutManager="me.rosuh.filepicker.widget.PosLinearLayoutManager"/>
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user