初始化

This commit is contained in:
2022-08-24 09:32:54 +08:00
parent 0d349c559c
commit 8e4d517c40
800 changed files with 74927 additions and 20 deletions
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@drawable/bg_ban_lv"
android:paddingBottom="@dimen/dp_50"
android:id="@+id/item_yinhangka">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_marginTop="38dp"
android:layout_marginLeft="38dp"
android:layout_width="92dp"
android:layout_height="21dp"
android:text="已绑定银行卡"
android:textColor="#ffffffff"
android:textSize="15sp"
/>
<ImageButton
android:layout_marginTop="38dp"
android:layout_marginRight="38dp"
android:layout_width="24dp"
android:layout_height="24dp"
android:scaleType="fitXY"
android:layout_alignParentRight="true"
android:background="@null"/>
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="50dp">
<ImageView
android:layout_marginLeft="38dp"
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@drawable/gd"/>
<TextView
android:layout_marginRight="38dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="6226 **** **** **** 5550"
android:textColor="#ffffffff"
android:textSize="21sp"
android:layout_centerVertical="true"
android:layout_marginLeft="113dp"
/>
</RelativeLayout>
</LinearLayout>