左晓为主开发手持机充值管理机
zuoxiao
2023-11-22 a6fdb620fa48f6c78f066d8e01b69d2570d3baa7
app/src/main/res/layout/activity_home.xml
@@ -82,4 +82,17 @@
            android:textSize="@dimen/home_text_size" />
    </LinearLayout>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:gravity="bottom|center_horizontal">
        <TextView
            android:id="@+id/socketState"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginBottom="20dp"
            android:text="已连接数据中心" />
    </LinearLayout>
</LinearLayout>