77 lines
2.7 KiB
XML
77 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<data>
|
|
|
|
|
|
</data>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/keyManagement"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="16dp"
|
|
android:layout_marginRight="16dp"
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginBottom="8dp"
|
|
android:background="@drawable/key_management_item_background"
|
|
|
|
android:orientation="vertical">
|
|
<TextView
|
|
android:id="@+id/address"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:padding="15dip"
|
|
android:textColor="#333333"
|
|
android:background="@drawable/key_management_item_top_background"
|
|
android:text=""
|
|
android:textSize="17sp" />
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:padding="15dip"
|
|
android:textColor="#333333"
|
|
android:text="指纹"
|
|
android:textSize="17sp" />
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0.5dip"
|
|
android:layout_marginLeft="15dip"
|
|
android:layout_marginRight="15dip"
|
|
android:background="@color/LightGray" />
|
|
<my_view.tao_bao_refresh.RecyView
|
|
android:id="@+id/fingerprintRevice"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
</my_view.tao_bao_refresh.RecyView>
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0.5dip"
|
|
android:layout_marginLeft="15dip"
|
|
android:layout_marginRight="15dip"
|
|
android:background="@color/LightGray" />
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:padding="15dip"
|
|
android:textColor="#333333"
|
|
android:text="门禁卡"
|
|
android:textSize="17sp" />
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0.5dip"
|
|
android:layout_marginLeft="15dip"
|
|
android:layout_marginRight="15dip"
|
|
android:background="@color/LightGray" />
|
|
|
|
<android.support.v7.widget.RecyclerView
|
|
android:id="@+id/door_card_revice"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:background="@color/white">
|
|
|
|
</android.support.v7.widget.RecyclerView>
|
|
</LinearLayout>
|
|
</layout> |