123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/tysdkn_main_f_right_layout"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:visibility="gone"
- tools:background="#ffffff"
- tools:visibility="visible"
- >
- <View
- android:layout_width="0.5dp"
- android:layout_height="wrap_content"
- android:background="#dcdcdc"/>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:gravity="center"
- android:orientation="vertical"
- android:paddingLeft="40dp"
- android:paddingRight="40dp"
- >
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="left"
- android:layout_marginBottom="20dp"
- android:orientation="horizontal">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="10dp"
- android:text="余额:"
- android:textColor="#111111"
- android:textSize="14sp"/>
- <TextView
- android:id="@+id/tysdkn_main_f_yue_tv_land"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textColor="#f4340e"
- android:textSize="14sp"
- tools:text="0.00"/>
- </LinearLayout>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="left"
- android:layout_marginBottom="20dp"
- android:orientation="horizontal">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="10dp"
- android:text="宇币:"
- android:textColor="#111111"
- android:textSize="14sp"/>
- <TextView
- android:id="@+id/tysdkn_main_f_yubi_tv_land"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textColor="#f4340e"
- android:textSize="14sp"
- tools:text="0.00"/>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="个"
- android:textColor="#f4340e"
- android:textSize="14sp"/>
- </LinearLayout>
- <TextView
- android:id="@+id/tysdkn_main_f_chongzhiyubi_land"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:paddingBottom="10dp"
- android:paddingLeft="40dp"
- android:paddingRight="40dp"
- android:paddingTop="10dp"
- android:text="充值宇币"
- android:textColor="#ffffff"
- tools:background="#30B8FF"/>
- </LinearLayout>
- </LinearLayout>
|