Files
HouseProperty/app/src/main/res/layout/item_header_and_footer.xml
renjianbo0118 85ef7c568b d
2021-03-15 10:44:58 +08:00

87 lines
2.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="23dp"
android:layout_marginTop="19dp"
android:layout_marginRight="23dp"
android:background="#ffffff"
android:orientation="vertical">
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/rel_01"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="23dp"
android:layout_marginTop="10dp"
android:layout_marginRight="23dp"
android:background="#ffffff"
android:orientation="vertical">
<TextView
android:id="@+id/tv_01"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="临时密钥1"
android:textColor="#ff000000"
android:textSize="15sp" />
<TextView
android:id="@+id/tv_delete"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="5dp"
android:text="删除"
android:layout_alignParentRight="true"
android:paddingBottom="5dp"
android:textSize="15sp" />
</RelativeLayout>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/rel_02"
android:layout_below="@+id/rel_01"
android:layout_marginLeft="23dp"
android:layout_marginTop="10dp"
android:layout_marginRight="23dp"
android:background="#ffffff"
android:orientation="vertical">
<TextView
android:id="@+id/et_coneten"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="房屋号:"
android:textColor="#ff000000"
android:textSize="15sp" />
</RelativeLayout>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/rel_02"
android:layout_marginLeft="23dp"
android:layout_marginTop="10dp"
android:layout_marginRight="23dp"
android:background="#ffffff"
android:orientation="vertical">
<TextView
android:id="@+id/et_coneten02"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="#ff000000"
android:paddingBottom="5dp"
android:textSize="15sp" />
</RelativeLayout>
</RelativeLayout>