|
@@ -32,30 +32,58 @@
|
|
|
android:layout_height="0dp"
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/rl_score_detail"
|
|
|
+ <LinearLayout
|
|
|
+ android:orientation="vertical"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content">
|
|
|
-
|
|
|
- <TextView
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_score_detail"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="24dp"
|
|
|
- android:layout_marginLeft="13dp"
|
|
|
- android:background="#51ffffff"
|
|
|
- android:gravity="center"
|
|
|
- android:paddingLeft="16dp"
|
|
|
- android:paddingRight="18dp"
|
|
|
- android:text="积分明细"
|
|
|
- android:textColor="#ffffffff"
|
|
|
- android:textSize="15sp" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="24dp"
|
|
|
+ android:layout_marginLeft="13dp"
|
|
|
+ android:background="#51ffffff"
|
|
|
+ android:gravity="center"
|
|
|
+ android:paddingLeft="16dp"
|
|
|
+ android:paddingRight="18dp"
|
|
|
+ android:text="积分明细"
|
|
|
+ android:textColor="#ffffffff"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:src="@drawable/ic_score_tag" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_score_rule"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:src="@drawable/ic_score_tag" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="24dp"
|
|
|
+ android:layout_marginLeft="13dp"
|
|
|
+ android:background="#51ffffff"
|
|
|
+ android:gravity="center"
|
|
|
+ android:paddingLeft="16dp"
|
|
|
+ android:paddingRight="18dp"
|
|
|
+ android:text="积分规则"
|
|
|
+ android:textColor="#ffffffff"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="24dp"
|
|
|
+ android:layout_height="24dp"
|
|
|
+ android:src="@drawable/ic_score_rule" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|