|
@@ -3,12 +3,15 @@
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
|
|
|
+ android:paddingStart="@dimen/content_padding_10"
|
|
|
|
|
+ android:paddingEnd="@dimen/content_padding_10"
|
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
<TextView
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
|
|
- android:gravity="center"
|
|
|
|
|
|
|
+ android:layout_marginStart="22dp"
|
|
|
|
|
+ android:layout_weight="3"
|
|
|
|
|
+ android:gravity="start"
|
|
|
android:singleLine="true"
|
|
android:singleLine="true"
|
|
|
android:textSize="12sp"
|
|
android:textSize="12sp"
|
|
|
android:textColor="#ffffff"
|
|
android:textColor="#ffffff"
|
|
@@ -16,8 +19,8 @@
|
|
|
<TextView
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="2"
|
|
|
|
|
- android:gravity="center"
|
|
|
|
|
|
|
+ android:layout_weight="4"
|
|
|
|
|
+ android:gravity="start"
|
|
|
android:singleLine="true"
|
|
android:singleLine="true"
|
|
|
android:textSize="12sp"
|
|
android:textSize="12sp"
|
|
|
android:textColor="#ffffff"
|
|
android:textColor="#ffffff"
|
|
@@ -25,18 +28,18 @@
|
|
|
<TextView
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
|
|
- android:gravity="center"
|
|
|
|
|
|
|
+ android:layout_weight="2"
|
|
|
|
|
+ android:gravity="start"
|
|
|
android:singleLine="true"
|
|
android:singleLine="true"
|
|
|
android:textSize="12sp"
|
|
android:textSize="12sp"
|
|
|
android:textColor="#ffffff"
|
|
android:textColor="#ffffff"
|
|
|
- android:text="获得提成"/>
|
|
|
|
|
|
|
+ android:text="提成"/>
|
|
|
<TextView
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="2"
|
|
|
|
|
|
|
+ android:layout_weight="5"
|
|
|
android:singleLine="true"
|
|
android:singleLine="true"
|
|
|
- android:gravity="center"
|
|
|
|
|
|
|
+ android:gravity="start"
|
|
|
android:textSize="12sp"
|
|
android:textSize="12sp"
|
|
|
android:textColor="#ffffff"
|
|
android:textColor="#ffffff"
|
|
|
android:text="注册时间"/>
|
|
android:text="注册时间"/>
|