左晓为主开发手持机充值管理机
zuoxiao
2024-03-26 ebc06a3ae3a42bd6ac1359a59c55d5e6f1a0e2f0
app/src/main/res/layout/activity_recharge_detail.xml
@@ -43,6 +43,7 @@
            android:layout_marginTop="15dp"
            android:text="充值金额:"
            android:textSize="@dimen/text_size" />
        <TextView
            android:id="@+id/red_remainder_blance"
            android:layout_width="match_parent"
@@ -76,5 +77,16 @@
            android:layout_marginTop="15dp"
            android:text="卡状态:"
            android:textSize="@dimen/text_size" />
        <TextView
            android:id="@+id/tip"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="20dp"
            android:gravity="center"
            android:text="充值成功!"
            android:textColor="@color/red"
            android:textSize="@dimen/text_size" />
    </LinearLayout>
</LinearLayout>