|
|
@@ -194,21 +194,22 @@
|
|
|
app:layout_constraintTop_toBottomOf="@id/item_top_v" />
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="70dp"
|
|
|
- android:gravity="end"
|
|
|
android:orientation="vertical"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@id/item_top_v">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/item_money"
|
|
|
- android:layout_width="@dimen/find_bt_with"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center"
|
|
|
- android:text="+10元"
|
|
|
+ android:text="+1万经验值"
|
|
|
+ android:lines="1"
|
|
|
+ android:ellipsize="end"
|
|
|
android:textColor="@color/txt_red"
|
|
|
- android:textSize="18sp" />
|
|
|
+ android:textSize="14sp" />
|
|
|
<View
|
|
|
android:layout_width="1dp"
|
|
|
android:layout_height="0dp"
|
|
|
@@ -222,8 +223,7 @@
|
|
|
android:minWidth="@dimen/find_bt_with"
|
|
|
android:text="会员:+11元"
|
|
|
android:textColor="#C3995E"
|
|
|
- android:textSize="10sp"
|
|
|
- android:visibility="gone"/>
|
|
|
+ android:textSize="10sp" />
|
|
|
<View
|
|
|
android:layout_width="1dp"
|
|
|
android:layout_height="0dp"
|