|
@@ -212,11 +212,9 @@
|
|
|
android:id="@+id/my_money_dingxiang_tag"
|
|
android:id="@+id/my_money_dingxiang_tag"
|
|
|
style="@style/style_item_container"
|
|
style="@style/style_item_container"
|
|
|
android:background="@color/white">
|
|
android:background="@color/white">
|
|
|
-
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
style="@style/style_item_label"
|
|
style="@style/style_item_label"
|
|
|
android:text="定向福利币" />
|
|
android:text="定向福利币" />
|
|
|
-
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/my_money_dingxiang_amount"
|
|
android:id="@+id/my_money_dingxiang_amount"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
@@ -225,9 +223,17 @@
|
|
|
android:textSize="15sp"
|
|
android:textSize="15sp"
|
|
|
android:text="00.00"
|
|
android:text="00.00"
|
|
|
/>
|
|
/>
|
|
|
-
|
|
|
|
|
<TextView style="@style/style_item_end_next" />
|
|
<TextView style="@style/style_item_end_next" />
|
|
|
-
|
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+ <View style="@style/style_item_line" />
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/my_money_activity_tag"
|
|
|
|
|
+ style="@style/style_item_container"
|
|
|
|
|
+ android:background="@color/white">
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ style="@style/style_item_label"
|
|
|
|
|
+ android:text="活动币" />
|
|
|
|
|
+ <TextView style="@style/style_item_end_next" />
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
<View style="@style/style_item_line" />
|
|
<View style="@style/style_item_line" />
|
|
|
<LinearLayout
|
|
<LinearLayout
|