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>