123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374 |
- <?xml version="1.0" encoding="utf-8"?>
- <layout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto">
- <data>
- <variable
- name="clickListener"
- type="android.view.View.OnClickListener" />
- <variable
- name="bean"
- type="com.hdl.xl.bean.PersonalBean" />
- </data>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="#151314"
- android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/dp50"
- android:layout_marginTop="30dp"
- android:gravity="center_vertical">
- <View
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1" />
- <androidx.appcompat.widget.AppCompatImageView
- android:layout_width="24dp"
- android:layout_height="24dp"
- android:src="@mipmap/mine_news" />
- <androidx.appcompat.widget.AppCompatImageView
- android:id="@+id/set_btn"
- android:onClick="@{clickListener}"
- android:layout_width="24dp"
- android:layout_height="24dp"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="15dp"
- android:src="@mipmap/mine_set" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_marginBottom="20dp"
- android:gravity="center_vertical"
- android:orientation="horizontal">
- <androidx.cardview.widget.CardView
- android:layout_width="56dp"
- android:layout_height="56dp"
- android:layout_marginLeft="15dp"
- app:cardCornerRadius="28dp">
- <ImageView
- android:id="@+id/iv_photo"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:src="@mipmap/lbj" />
- </androidx.cardview.widget.CardView>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="15dp"
- android:orientation="vertical">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="187***1928"
- android:textColor="@color/picture_color_white"
- android:textSize="20sp" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="5dp"
- android:layout_marginRight="22dp"
- android:background="@drawable/bg_order_num"
- android:orientation="horizontal"
- android:paddingLeft="6dp"
- android:paddingTop="4dp"
- android:paddingRight="6dp"
- android:paddingBottom="4dp">
- <TextView
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:ellipsize="end"
- android:maxLines="1"
- android:text="区块链地址:vhhjjdjdjjskkwh2837373781er2…"
- android:textColor="@color/picture_color_white"
- android:textSize="10sp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@drawable/bg_mine_copy"
- android:paddingLeft="6dp"
- android:paddingTop="3dp"
- android:paddingRight="6dp"
- android:paddingBottom="3dp"
- android:text="复制"
- android:textColor="#151314"
- android:textSize="10sp" />
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_margin="15dp"
- android:background="@drawable/bg_mine_gray"
- android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="96dp"
- android:orientation="vertical"
- android:paddingLeft="20dp"
- android:paddingRight="20dp"
- android:background="@drawable/bg_mine_withdraw_copy">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="10dp"
- android:textColor="#151314"
- android:text="账户余额"
- android:textSize="12sp"/>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="10dp"
- android:orientation="horizontal">
- <TextView
- android:layout_width="0dp"
- android:layout_weight="1"
- android:layout_height="wrap_content"
- android:textColor="#151314"
- android:textSize="28sp"
- android:maxLines="1"
- android:ellipsize="end"
- android:text="8720.98"/>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textColor="#151314"
- android:text="提现"
- android:paddingLeft="16dp"
- android:paddingRight="16dp"
- android:paddingTop="4dp"
- android:paddingBottom="4dp"
- android:background="@drawable/bg_mine_withdraw_button"
- android:textSize="14sp"/>
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="80dp"
- android:paddingLeft="15dp"
- android:paddingRight="15dp">
- <LinearLayout
- android:id="@+id/no_pay_btn"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:gravity="center"
- android:onClick="@{clickListener}"
- android:orientation="vertical">
- <androidx.appcompat.widget.AppCompatImageView
- android:layout_width="24dp"
- android:layout_height="24dp"
- android:src="@mipmap/no_pay" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="9dp"
- android:text="订单"
- android:textColor="@color/white"
- android:textSize="12sp" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/haved_pay_btn"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:gravity="center"
- android:onClick="@{clickListener}"
- android:orientation="vertical">
- <androidx.appcompat.widget.AppCompatImageView
- android:layout_width="24dp"
- android:layout_height="24dp"
- android:src="@mipmap/sell_image" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="9dp"
- android:text="出售"
- android:textColor="@color/white"
- android:textSize="12sp" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/haved_ship_btn"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:gravity="center"
- android:onClick="@{clickListener}"
- android:orientation="vertical">
- <androidx.appcompat.widget.AppCompatImageView
- android:layout_width="24dp"
- android:layout_height="24dp"
- android:src="@mipmap/give_away" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="9dp"
- android:text="转赠"
- android:textColor="@color/white"
- android:textSize="12sp" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/haved_finish_btn"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:gravity="center"
- android:onClick="@{clickListener}"
- android:orientation="vertical">
- <androidx.appcompat.widget.AppCompatImageView
- android:layout_width="24dp"
- android:layout_height="24dp"
- android:src="@mipmap/synthesis_image" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="9dp"
- android:text="合成"
- android:textColor="@color/white"
- android:textSize="12sp" />
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:layout_marginTop="8dp"
- android:layout_marginLeft="15dp"
- android:layout_marginRight="15dp"
- android:paddingLeft="17dp"
- android:paddingRight="15dp"
- android:paddingTop="10dp"
- android:paddingBottom="10dp"
- android:background="@drawable/bg_mine_gray">
- <LinearLayout
- android:id="@+id/my_wallet_btn"
- android:layout_width="match_parent"
- android:layout_height="55dp"
- android:gravity="center_vertical"
- android:onClick="@{clickListener}"
- android:orientation="horizontal"
- >
- <androidx.appcompat.widget.AppCompatImageView
- android:layout_width="28dp"
- android:layout_height="28dp"
- android:src="@mipmap/my_wallet" />
- <TextView
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginLeft="7dp"
- android:layout_weight="1"
- android:text="抽签记录"
- android:textColor="@color/white"
- android:textSize="14sp" />
- <androidx.appcompat.widget.AppCompatImageView
- android:layout_width="12dp"
- android:layout_height="12dp"
- android:src="@mipmap/next_black_img" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/shipping_address_btn"
- android:layout_width="match_parent"
- android:layout_height="55dp"
- android:gravity="center_vertical"
- android:onClick="@{clickListener}"
- android:orientation="horizontal"
- >
- <androidx.appcompat.widget.AppCompatImageView
- android:layout_width="28dp"
- android:layout_height="28dp"
- android:src="@mipmap/shipping_address" />
- <TextView
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginLeft="7dp"
- android:layout_weight="1"
- android:text="邀请好友"
- android:textColor="@color/white"
- android:textSize="14sp" />
- <androidx.appcompat.widget.AppCompatImageView
- android:layout_width="12dp"
- android:layout_height="12dp"
- android:src="@mipmap/next_black_img" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/quick_reple_btn"
- android:layout_width="match_parent"
- android:layout_height="55dp"
- android:gravity="center_vertical"
- android:onClick="@{clickListener}"
- android:orientation="horizontal"
- >
- <androidx.appcompat.widget.AppCompatImageView
- android:layout_width="28dp"
- android:layout_height="28dp"
- android:src="@mipmap/quick_replenishment" />
- <TextView
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginLeft="7dp"
- android:layout_weight="1"
- android:text="联系客服"
- android:textColor="@color/white"
- android:textSize="14sp" />
- <androidx.appcompat.widget.AppCompatImageView
- android:layout_width="12dp"
- android:layout_height="12dp"
- android:src="@mipmap/next_black_img" />
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- </layout>
|