264 lines
12 KiB
XML
264 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
xmlns:tools="http://schemas.android.com/tools"
|
||
android:layout_width="match_parent"
|
||
android:layout_height="match_parent"
|
||
android:background="@color/white"
|
||
android:foreground="?android:attr/selectableItemBackground"
|
||
android:orientation="vertical">
|
||
|
||
|
||
<com.netease.yunxin.kit.common.ui.widgets.BackTitleBar
|
||
android:id="@+id/titlebar"
|
||
android:layout_width="match_parent"
|
||
android:layout_height="?actionBarSize"
|
||
app:layout_constraintTop_toTopOf="parent"
|
||
app:titleText="充值" />
|
||
|
||
<View
|
||
android:layout_width="match_parent"
|
||
android:layout_height="1px"
|
||
android:background="#ededed"
|
||
android:visibility="visible"
|
||
app:layout_constraintTop_toBottomOf="@id/titlebar" />
|
||
|
||
<ScrollView
|
||
android:layout_width="match_parent"
|
||
android:layout_height="match_parent"
|
||
android:background="#EEF0F7"
|
||
android:scrollbars="vertical"
|
||
app:layout_constraintBottom_toBottomOf="parent"
|
||
app:layout_constraintTop_toBottomOf="@+id/titlebar">
|
||
|
||
<LinearLayout
|
||
android:layout_width="match_parent"
|
||
android:layout_height="match_parent"
|
||
android:orientation="vertical">
|
||
|
||
<androidx.appcompat.widget.LinearLayoutCompat
|
||
android:layout_width="match_parent"
|
||
android:layout_height="match_parent"
|
||
android:orientation="vertical">
|
||
|
||
<LinearLayout
|
||
android:id="@+id/layout_topup_top"
|
||
android:layout_width="match_parent"
|
||
android:layout_height="wrap_content"
|
||
android:layout_marginStart="@dimen/dp_15"
|
||
android:layout_marginTop="10dp"
|
||
android:layout_marginEnd="@dimen/dp_15"
|
||
android:background="@mipmap/ic_topup_cashbg1"
|
||
android:gravity="center_vertical"
|
||
android:orientation="horizontal"
|
||
app:layout_constraintTop_toTopOf="parent">
|
||
|
||
<TextView
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:layout_marginStart="@dimen/dp_15"
|
||
android:layout_weight="1"
|
||
android:text="钱包余额"
|
||
android:textColor="@color/white"
|
||
android:textSize="16sp" />
|
||
|
||
<TextView
|
||
android:id="@+id/dianshu_tv"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:layout_marginStart="@dimen/sp_30"
|
||
android:layout_marginEnd="15dp"
|
||
android:textColor="@color/white"
|
||
android:textSize="@dimen/sp_30"
|
||
tools:text="0" />
|
||
|
||
</LinearLayout>
|
||
|
||
|
||
<androidx.appcompat.widget.LinearLayoutCompat
|
||
android:layout_width="match_parent"
|
||
android:layout_height="match_parent"
|
||
android:orientation="vertical"
|
||
android:paddingBottom="@dimen/dp_15"
|
||
android:background="@color/white"
|
||
app:layout_constraintBottom_toBottomOf="parent"
|
||
app:layout_constraintTop_toTopOf="parent">
|
||
|
||
|
||
<TextView
|
||
android:layout_width="match_parent"
|
||
android:layout_height="wrap_content"
|
||
android:layout_marginStart="@dimen/dp_15"
|
||
android:layout_marginTop="@dimen/dp_15"
|
||
android:text="@string/cash_dianshu_xuanze_txt"
|
||
android:textColor="@color/color_383838"
|
||
android:textSize="14sp"
|
||
app:layout_constraintTop_toTopOf="parent" />
|
||
<androidx.recyclerview.widget.RecyclerView
|
||
android:id="@+id/recylerview"
|
||
android:layout_width="match_parent"
|
||
android:layout_height="wrap_content"
|
||
android:layout_below="@id/title_tv1"
|
||
android:layout_marginLeft="7.5dp"
|
||
android:layout_marginTop="7.5dp"
|
||
android:layout_marginRight="7.5dp"
|
||
android:layout_marginBottom="7.5dp"
|
||
android:visibility="visible">
|
||
|
||
</androidx.recyclerview.widget.RecyclerView>
|
||
<LinearLayout
|
||
android:layout_width="match_parent"
|
||
android:layout_height="58dp"
|
||
android:layout_marginLeft="@dimen/dp_15"
|
||
android:layout_marginTop="7.5dp"
|
||
android:layout_marginRight="@dimen/dp_15"
|
||
android:layout_marginBottom="@dimen/dp_15"
|
||
android:background="@drawable/cornor_stroke_thempink_gray"
|
||
android:gravity="center_vertical"
|
||
android:orientation="horizontal">
|
||
|
||
<TextView
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:layout_marginLeft="@dimen/dp_10"
|
||
android:text="¥"
|
||
android:textColor="@color/color_2c2c2c"
|
||
android:textSize="16sp" />
|
||
|
||
<EditText
|
||
android:id="@+id/edit_query_et"
|
||
android:layout_width="match_parent"
|
||
android:layout_height="match_parent"
|
||
android:layout_marginLeft="20dp"
|
||
android:layout_weight="1"
|
||
android:background="@color/transparent"
|
||
android:digits="0123456789"
|
||
android:gravity="center_vertical"
|
||
android:hint="0"
|
||
android:inputType="number"
|
||
android:maxLength="9"
|
||
android:paddingRight="@dimen/dp_10"
|
||
android:textColor="@color/color_2c2c2c"
|
||
android:textColorHint="#BCBCBC"
|
||
android:textSize="24sp" />
|
||
|
||
</LinearLayout>
|
||
<View android:layout_width="match_parent"
|
||
android:layout_height="@dimen/dp_10"
|
||
android:background="#EEF0F7"/>
|
||
<LinearLayout
|
||
android:layout_width="match_parent"
|
||
android:layout_height="wrap_content"
|
||
android:padding="@dimen/dp_15"
|
||
android:orientation="horizontal">
|
||
<TextView
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:layout_weight="1"
|
||
android:text="钱包地址"
|
||
android:textColor="#ff2c2c2c"
|
||
android:textSize="16sp"
|
||
/>
|
||
<TextView
|
||
android:layout_width="221dp"
|
||
android:id="@+id/usdt_addr_tv"
|
||
android:layout_height="wrap_content"
|
||
android:text="TRuf6kD5FXMMV6oxuhD9YJ7WzfH1SoJCAa"
|
||
android:textColor="#ff498afa"
|
||
android:textSize="16sp"
|
||
/>
|
||
</LinearLayout>
|
||
<View android:layout_width="match_parent"
|
||
android:layout_height="1dp"
|
||
android:layout_marginStart="15dp"
|
||
android:layout_marginEnd="@dimen/dp_15"
|
||
android:background="#EEF0F4"/>
|
||
<LinearLayout
|
||
android:layout_width="match_parent"
|
||
android:layout_height="52dp"
|
||
android:gravity="center_vertical"
|
||
android:paddingStart="@dimen/dp_15"
|
||
android:paddingRight="@dimen/dp_15"
|
||
android:orientation="horizontal">
|
||
<TextView
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:layout_weight="1"
|
||
android:text="网络类型"
|
||
android:textColor="#ff2c2c2c"
|
||
android:textSize="16sp"
|
||
/>
|
||
<TextView
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:text="TRC20"
|
||
android:textColor="#ff2c2c2c"
|
||
android:textSize="16sp"
|
||
/>
|
||
</LinearLayout>
|
||
<View android:layout_width="match_parent"
|
||
android:layout_height="1dp"
|
||
android:layout_marginStart="15dp"
|
||
android:layout_marginEnd="@dimen/dp_15"
|
||
android:background="#EEF0F4"/>
|
||
|
||
|
||
<com.hbl.yuliao.widget.CircleImageView
|
||
android:id="@+id/usdt_addr_iv"
|
||
android:layout_width="@dimen/dp_255"
|
||
android:layout_height="@dimen/dp_255"
|
||
android:layout_gravity="center_horizontal"
|
||
android:layout_marginTop="15dp"
|
||
android:padding="2dp"
|
||
android:background="@drawable/usdt_qr_bg_new"
|
||
android:src="@mipmap/add_img_wallet"
|
||
app:ease_radius="@dimen/dp_10"
|
||
app:es_shape_type="rectangle" />
|
||
|
||
</androidx.appcompat.widget.LinearLayoutCompat>
|
||
|
||
|
||
</androidx.appcompat.widget.LinearLayoutCompat>
|
||
<TextView
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:layout_marginStart="@dimen/dp_15"
|
||
android:layout_marginTop="@dimen/dp_20"
|
||
android:text="充值说明:"
|
||
android:textColor="#ff333333"
|
||
android:textStyle="bold"
|
||
android:textSize="14sp"
|
||
/>
|
||
|
||
<TextView
|
||
android:layout_width="match_parent"
|
||
android:layout_height="wrap_content"
|
||
android:layout_marginStart="@dimen/dp_15"
|
||
android:layout_marginEnd="@dimen/dp_15"
|
||
android:layout_marginTop="@dimen/dp_10"
|
||
android:lineSpacingExtra="@dimen/dp_4"
|
||
android:text="如果遇到充值不到账,请第一时间联系平台处理!\n平台保证用户充值数据,只要保留支付凭证,用户的利益就不会出现损失!"
|
||
android:textColor="#ff333333"
|
||
android:textSize="14sp"
|
||
/>
|
||
|
||
|
||
<androidx.appcompat.widget.AppCompatButton
|
||
android:id="@+id/sumbit_bt"
|
||
android:layout_width="match_parent"
|
||
android:layout_height="52dp"
|
||
android:layout_marginLeft="@dimen/dp_15"
|
||
android:layout_marginTop="@dimen/dp_16"
|
||
android:layout_marginRight="@dimen/dp_15"
|
||
android:layout_marginBottom="@dimen/dp_40"
|
||
android:background="@drawable/cornor_thempink_12dp"
|
||
android:gravity="center"
|
||
android:text="上传凭证"
|
||
android:textColor="@color/white"
|
||
android:textSize="16sp" />
|
||
|
||
</LinearLayout>
|
||
|
||
</ScrollView>
|
||
|
||
</LinearLayout> |