左晓为主开发手持机充值管理机
app/src/main/res/layout/item_recharge.xml
@@ -1,15 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<layout xmlns:android="http://schemas.android.com/apk/res/android">
    <LinearLayout
    android:layout_width="match_parent"
    android:layout_height="match_parent"
        android:layout_height="wrap_content"
    android:orientation="vertical">
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginLeft="15dp"
        android:layout_marginRight="15dp"
        android:layout_marginTop="10dp"
            android:layout_marginRight="15dp"
        android:orientation="vertical">
        <TextView
@@ -35,6 +38,7 @@
            android:layout_weight="1"
            android:text="金额:"
            android:textSize="14sp" />
        <TextView
            android:id="@+id/date"
            android:layout_width="match_parent"
@@ -45,7 +49,6 @@
    </LinearLayout>
    <View
        android:layout_width="match_parent"
        android:layout_height="1px"
@@ -53,3 +56,5 @@
        android:background="#000000" />
</LinearLayout>
</layout>