| | |
| | | android:singleLine="true" |
| | | android:text="提现记录" |
| | | android:textColor="@color/white" |
| | | android:textSize="16sp" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" /> |
| | | |
| | | |
| | |
| | | android:text="余额" |
| | | android:layout_marginTop="10dp" |
| | | android:textColor="#ffffffff" |
| | | android:textSize="14sp" |
| | | android:textSize="12sp" |
| | | /> |
| | | |
| | | <TextView |
| | |
| | | android:text="当前可提现" |
| | | android:layout_marginTop="10dp" |
| | | android:textColor="#ffffffff" |
| | | android:textSize="14sp" |
| | | android:textSize="12sp" |
| | | /> |
| | | |
| | | <TextView |
| | |
| | | android:text="下周期可提现" |
| | | android:layout_marginTop="10dp" |
| | | android:textColor="#ffffffff" |
| | | android:textSize="14sp" |
| | | android:textSize="12sp" |
| | | /> |
| | | |
| | | <TextView |
| | |
| | | </LinearLayout> |
| | | |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_all_money" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="历史总收益:¥" |
| | | android:layout_alignParentEnd="true" |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_alignParentBottom="true" |
| | | android:layout_marginBottom="10dp" |
| | | android:layout_marginEnd="10dp" |
| | | android:textColor="@color/white" |
| | | android:textSize="16sp" |
| | | android:textStyle="bold" /> |
| | | android:background="@drawable/bg_black_alpha20_4" |
| | | android:paddingHorizontal="14dp" |
| | | android:gravity="center_vertical" |
| | | android:layout_marginHorizontal="14dp" |
| | | android:layout_height="36dp"> |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="历史总收益" |
| | | android:layout_weight="1" |
| | | android:textColor="@color/white" |
| | | android:textSize="12sp" |
| | | android:textStyle="bold"/> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_all_money" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="¥0.0" |
| | | android:layout_alignParentEnd="true" |
| | | android:textColor="@color/white" |
| | | android:textSize="12sp" |
| | | android:textStyle="bold" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | </RelativeLayout> |