|
@@ -11,71 +11,87 @@
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_register_nonet"
|
|
|
- android:visibility="gone"
|
|
|
- android:text="没有网络"
|
|
|
- android:textColor="@color/warn_orange"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:textColor="@color/grgray"
|
|
|
- android:textSize="15sp"
|
|
|
- android:text="服务器IP: "/>00
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_server_ip"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:textSize="20sp"
|
|
|
- android:text=""/>
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_mac_addr"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:textColor="@color/grgray"
|
|
|
- android:textSize="15sp"
|
|
|
- android:text="识别码: "/>
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_feedback_device_info"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:textSize="20sp"
|
|
|
- android:text=""/>
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_register_status"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:textColor="#F07928"
|
|
|
- android:textSize="15sp"/>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_register_nonet"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="没有网络"
|
|
|
+ android:textColor="@color/warn_orange"
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_register_ok"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_marginRight="30dp"
|
|
|
- android:layout_marginLeft="30dp"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:layout_marginBottom="20dp"
|
|
|
- android:layout_height="40dp"
|
|
|
- android:background="#ffffff"
|
|
|
- android:gravity="center"
|
|
|
- android:textSize="18sp"
|
|
|
- android:text="注册完成"/>
|
|
|
- </LinearLayout>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:text="服务器IP: "
|
|
|
+ android:textColor="@color/grgray"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_server_ip"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:text=""
|
|
|
+ android:textSize="20sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_mac_addr"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:text="识别码: "
|
|
|
+ android:textColor="@color/grgray"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_feedback_device_info"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:text=""
|
|
|
+ android:textSize="20sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_register_status"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:textColor="#F07928"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_register_ok"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginLeft="30dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:layout_marginRight="30dp"
|
|
|
+ android:layout_marginBottom="20dp"
|
|
|
+ android:background="#ffffff"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="注册完成"
|
|
|
+ android:textSize="18sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_system_settings"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_marginLeft="30dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:layout_marginRight="30dp"
|
|
|
+ android:layout_marginBottom="20dp"
|
|
|
+ android:background="#ffffff"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="系统设置"
|
|
|
+ android:textSize="18sp" />
|
|
|
+ </LinearLayout>
|
|
|
</ScrollView>
|
|
|
</LinearLayout>
|
|
|
</layout>
|