|
@@ -5,80 +5,88 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:padding="10dp"
|
|
|
android:orientation="vertical">
|
|
|
+
|
|
|
<ScrollView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent">
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:textSize="20dp"
|
|
|
- android:text="服务器IP: "/>
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_server_ip"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="40dp"
|
|
|
- android:textSize="20dp"
|
|
|
- android:text=""/>
|
|
|
- <TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:textSize="20dp"
|
|
|
- android:text="识别码: "/>
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_device_imei"
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:textSize="20dp"
|
|
|
- android:text=""/>
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_status"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:textColor="@color/color_red"
|
|
|
- android:textSize="20dp"
|
|
|
- android:text=""/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:text="服务器IP: "
|
|
|
+ android:textSize="24sp" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:layout_gravity="center_horizontal"
|
|
|
- android:orientation="vertical">
|
|
|
- <Button
|
|
|
- android:id="@+id/btn_system_setting0"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_server_ip"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/javashop_btn_balck_line_bg"
|
|
|
- android:text="系统设置" />
|
|
|
- <Button
|
|
|
- android:id="@+id/btn_server_config"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_marginTop="40dp"
|
|
|
+ android:text=""
|
|
|
+ android:textSize="24sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:background="@drawable/javashop_btn_balck_line_bg"
|
|
|
- android:text="服务器配置" />
|
|
|
- <Button
|
|
|
- android:id="@+id/btn_restart_app"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:text="识别码: "
|
|
|
+ android:textSize="24sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_device_imei"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:text=""
|
|
|
+ android:textSize="24sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_status"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:gravity="center_horizontal"
|
|
|
+ android:text=""
|
|
|
+ android:textColor="@color/color_red"
|
|
|
+ android:textSize="24sp" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_horizontal"
|
|
|
android:layout_marginTop="10dp"
|
|
|
- android:background="@drawable/javashop_btn_balck_line_bg"
|
|
|
- android:text="重启" />
|
|
|
- </LinearLayout>
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btn_system_setting0"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@drawable/javashop_btn_balck_line_bg"
|
|
|
+ android:text="系统设置" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btn_server_config"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:background="@drawable/javashop_btn_balck_line_bg"
|
|
|
+ android:text="服务器配置" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btn_restart_app"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:background="@drawable/javashop_btn_balck_line_bg"
|
|
|
+ android:text="重启" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
</ScrollView>
|
|
|
</LinearLayout>
|
|
|
</layout>
|