62 lines
1.8 KiB
XML
62 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="56dp"
|
|
android:background="#ffffff"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/layTop_left_tv"
|
|
android:layout_width="40dp"
|
|
android:layout_height="40dp"
|
|
android:layout_alignParentLeft="true"
|
|
android:layout_centerInParent="true"
|
|
android:layout_marginLeft="12dp"
|
|
android:gravity="center">
|
|
|
|
<ImageView
|
|
android:layout_width="21dp"
|
|
android:layout_height="21dp"
|
|
android:background="@mipmap/icon_back"
|
|
android:textColor="#000000" />
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/layTop_title"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerInParent="true"
|
|
android:text=""
|
|
android:textColor="#000000"
|
|
android:textSize="17sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/right"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text=""
|
|
android:textColor="#ff333333"
|
|
android:textSize="14sp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:visibility="gone"
|
|
android:layout_marginRight="13dp"/>
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_code"
|
|
android:layout_width="16dp"
|
|
android:layout_height="16dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="13dp"
|
|
android:visibility="gone"
|
|
android:src="@mipmap/clound_code"/>
|
|
|
|
|
|
</RelativeLayout>
|
|
|