Files
HouseProperty/app/src/main/res/layout/confirmview_dialog.xml

68 lines
2.3 KiB
XML
Raw Normal View History

2020-08-03 09:11:54 +08:00
<?xml version="1.0" encoding="utf-8"?>
<layout
xmlns:android="http://schemas.android.com/apk/res/android"
>
<LinearLayout
android:layout_width="match_parent"
android:orientation="vertical"
android:background="@drawable/retacal_background"
android:layout_height="wrap_content">
<TextView
android:layout_width="match_parent"
android:text="授权二维码"
android:gravity="center"
android:id="@+id/title1"
android:textSize="17sp"
android:layout_margin="17dip"
android:layout_height="wrap_content" />
<View
android:layout_width="match_parent"
android:layout_marginLeft="15dip"
android:layout_marginRight="15dip"
android:background="@color/lightlittleGrey"
android:layout_height="0.5dip"/>
<TextView
android:layout_width="match_parent"
android:text="士大夫石帆胜丰对方的v"
android:gravity="center"
android:textSize="15sp"
android:id="@+id/title2"
android:layout_margin="17dip"
android:layout_height="wrap_content" />
<ImageView
android:layout_width="wrap_content"
android:src="@mipmap/qrcode"
android:id="@+id/myImage"
android:layout_gravity="center"
android:layout_height="wrap_content" />
<TextView
android:layout_marginTop="10dp"
android:layout_width="match_parent"
android:text="密码已发送至152*****1267的手机请注意查收"
android:gravity="center"
android:id="@+id/title3"
android:textSize="14sp"
android:layout_marginRight="50dip"
android:layout_marginLeft="50dip"
android:layout_height="wrap_content" />
<TextView
android:layout_width="match_parent"
android:text="确认"
android:gravity="center"
android:textSize="17sp"
android:textColor="@color/white"
android:padding="13dip"
android:layout_marginTop="30dip"
android:id="@+id/title4"
android:layout_marginBottom="40dip"
android:background="@drawable/retacal_background_wallet"
android:layout_marginRight="50dip"
android:layout_marginLeft="50dip"
android:layout_height="wrap_content" />
</LinearLayout>
</layout>