342 lines
13 KiB
XML
342 lines
13 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.appcompat.widget.LinearLayoutCompat 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/color_fffafa"
|
|
android:foreground="?android:attr/selectableItemBackground"
|
|
android:orientation="vertical">
|
|
|
|
|
|
<com.netease.yunxin.kit.common.ui.widgets.BackTitleBar
|
|
android:id="@+id/contact_list_activity_titleBar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@id/st"
|
|
android:background="@color/color_fffafa"
|
|
app:titleText="@string/zhuanzhang_title_txt"
|
|
tools:ignore="MissingConstraints" />
|
|
|
|
<!-- <View-->
|
|
<!-- android:layout_width="match_parent"-->
|
|
<!-- android:layout_height="1px"-->
|
|
<!-- android:background="#2697a2c1" />-->
|
|
|
|
<!-- 选择金币 cash 银币 积分-->
|
|
<LinearLayout
|
|
android:id="@+id/top_select_ly"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="10dp"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="@dimen/dp_30"
|
|
android:paddingRight="@dimen/dp_30"
|
|
android:visibility="gone">
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:id="@+id/jinbi_ly"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="44dp"
|
|
android:layout_marginRight="@dimen/dp_8"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/logout_btn_main1"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="@dimen/dp_10"
|
|
android:paddingRight="@dimen/dp_10">
|
|
|
|
<ImageView
|
|
android:id="@+id/jinbi_iv"
|
|
android:layout_width="@dimen/dp_24"
|
|
android:layout_height="@dimen/dp_24"
|
|
android:scaleType="fitXY"
|
|
android:src="@mipmap/wallet_jinbi_img" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:text="@string/species_txt"
|
|
android:textColor="#e5333333"
|
|
android:textSize="14sp" />
|
|
</LinearLayout>
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:id="@+id/ytinbi_ly"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="44dp"
|
|
android:layout_marginLeft="@dimen/dp_8"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/logout_btn_c1"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="@dimen/dp_10"
|
|
android:paddingRight="@dimen/dp_10">
|
|
|
|
<ImageView
|
|
android:id="@+id/yinbi_iv"
|
|
android:layout_width="@dimen/dp_24"
|
|
android:layout_height="@dimen/dp_24"
|
|
android:scaleType="fitXY"
|
|
android:src="@mipmap/wallet_yinbi_img" />
|
|
|
|
<TextView
|
|
android:id="@+id/yinbi_tv"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:text="@string/silver_coins_txt"
|
|
android:textColor="#e5333333"
|
|
android:textSize="14sp" />
|
|
</LinearLayout>
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
</LinearLayout>
|
|
<!-- 选择金币 cash 银币 积分-->
|
|
<LinearLayout
|
|
android:id="@+id/userinfo_ly"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_30"
|
|
android:layout_marginTop="@dimen/dp_20"
|
|
android:layout_marginRight="@dimen/dp_30"
|
|
android:background="@drawable/xuxian_bg"
|
|
android:orientation="horizontal"
|
|
android:padding="@dimen/dp_10">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/user_name_tv"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_weight="1"
|
|
android:textColor="#333333"
|
|
android:textSize="16sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/cheatid"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:textColor="#ff7f7b81"
|
|
android:textSize="14sp" />
|
|
</LinearLayout>
|
|
|
|
<com.netease.yunxin.kit.common.ui.widgets.ContactAvatarView
|
|
android:id="@+id/user_head_iv"
|
|
android:layout_width="@dimen/dp_45"
|
|
android:layout_height="@dimen/dp_45"
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_marginLeft="@dimen/dp_10"
|
|
android:src="@mipmap/default_head_img" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:layout_width="match_parent"
|
|
android:layout_height="52dp"
|
|
android:layout_marginLeft="@dimen/dp_30"
|
|
android:layout_marginTop="30dp"
|
|
android:layout_marginRight="@dimen/dp_30"
|
|
android:background="@drawable/input_bg_t2"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="22dp"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_10"
|
|
android:minWidth="66dp"
|
|
android:text="@string/zhuanzhangjine_txt"
|
|
android:textColor="#ff333333"
|
|
android:textSize="16sp" />
|
|
|
|
<EditText
|
|
android:id="@+id/number_hint_et"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_weight="8"
|
|
android:background="@color/transparent"
|
|
android:drawablePadding="@dimen/dp_16"
|
|
android:gravity="center_vertical|right"
|
|
android:hint="0.00"
|
|
android:inputType="number"
|
|
android:paddingLeft="@dimen/dp_22"
|
|
android:textColor="@color/black"
|
|
android:textColorHint="@color/color_adb5bd"
|
|
android:textSize="16sp" />
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_jinbi_type"
|
|
android:layout_width="@dimen/dp_24"
|
|
android:layout_height="@dimen/dp_24"
|
|
android:layout_weight="1" />
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
<TextView
|
|
android:id="@+id/jinbi_tv"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_30"
|
|
android:layout_marginTop="@dimen/dp_4"
|
|
android:layout_marginRight="@dimen/dp_30"
|
|
android:gravity="end"
|
|
android:textColor="@color/color_999999"
|
|
android:textSize="14sp" />
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_30"
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
android:layout_marginRight="@dimen/dp_30"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentStart="true"
|
|
android:text="@string/shouxufei_txt"
|
|
android:textColor="@color/color_383838"
|
|
android:textSize="14sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/shouxufei_tv"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentEnd="true"
|
|
android:textColor="@color/color_e4543e"
|
|
android:textSize="14sp" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_30"
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
android:layout_marginRight="@dimen/dp_30"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentStart="true"
|
|
android:text="@string/totaljine_txt"
|
|
android:textColor="@color/color_383838"
|
|
android:textSize="14sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/totaljine_tv"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentEnd="true"
|
|
android:textColor="@color/color_e4543e"
|
|
android:textSize="14sp" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:id="@+id/layout_tips"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="@dimen/dp_30"
|
|
android:layout_marginTop="@dimen/dp_5"
|
|
android:layout_marginEnd="@dimen/dp_30"
|
|
android:background="@mipmap/ic_shouxufei_bg"
|
|
android:gravity="center_vertical"
|
|
android:visibility="gone">
|
|
|
|
<TextView
|
|
android:id="@+id/totaljine_tips_tv"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_marginTop="@dimen/dp_2"
|
|
android:layout_marginEnd="@dimen/dp_5"
|
|
android:gravity="end"
|
|
android:textColor="@color/color_e4543e"
|
|
android:textSize="14sp" />
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:layout_width="match_parent"
|
|
android:layout_height="88dp"
|
|
android:layout_marginLeft="@dimen/dp_30"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginRight="@dimen/dp_30"
|
|
android:background="@drawable/input_bg_t2"
|
|
android:orientation="horizontal"
|
|
android:paddingTop="15dp">
|
|
|
|
<EditText
|
|
android:id="@+id/memo_et"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginRight="10dp"
|
|
android:layout_weight="1"
|
|
android:background="@color/transparent"
|
|
android:gravity="top"
|
|
android:hint="@string/transfer_instructions_hint_txt"
|
|
android:maxLength="30"
|
|
android:minWidth="120dp"
|
|
android:textColor="@color/black"
|
|
android:textColorHint="@color/color_adb5bd"
|
|
android:textSize="16sp" />
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/tv_login"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="44dp"
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_marginLeft="@dimen/dp_30"
|
|
android:layout_marginTop="60dp"
|
|
android:layout_marginRight="@dimen/dp_30"
|
|
android:background="@drawable/index_user_bg3"
|
|
android:clickable="true"
|
|
android:gravity="center"
|
|
android:text="@string/zhuanzhang_title_txt"
|
|
android:textColor="@color/white"
|
|
android:textSize="18sp" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_marginTop="18dp"
|
|
android:text="@string/no_get_to_back_t_txt"
|
|
android:textColor="@color/color_adb5bd"
|
|
android:textSize="12sp"
|
|
android:visibility="gone" />
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat> |