<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:orientation="vertical">
|
|
<LinearLayout
|
android:background="@drawable/shape_user_order_reward_statistic_blue"
|
android:id="@+id/ll_content"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginBottom="22.5dp"
|
android:orientation="vertical">
|
|
<TextView
|
android:id="@+id/tv_name"
|
android:layout_width="match_parent"
|
android:layout_height="40dp"
|
android:layout_marginLeft="15dp"
|
android:gravity="center_vertical|left"
|
android:text="团队奖金(元)"
|
android:textColor="#ff000000"
|
android:textSize="15sp">
|
|
</TextView>
|
|
<LinearLayout
|
android:id="@+id/ll_money"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:orientation="vertical"
|
android:paddingLeft="2dp"
|
android:paddingRight="2dp"
|
android:paddingBottom="2dp">
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|