185 lines
8.0 KiB
XML
185 lines
8.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
android:layout_width="match_parent"
|
||
android:layout_height="match_parent">
|
||
|
||
|
||
<LinearLayout
|
||
android:layout_width="match_parent"
|
||
android:layout_height="match_parent"
|
||
android:orientation ="vertical">
|
||
|
||
|
||
<LinearLayout
|
||
android:layout_width="match_parent"
|
||
android:layout_height="0dp"
|
||
android:layout_weight="10"
|
||
android:orientation="vertical"
|
||
android:gravity="center"
|
||
>
|
||
<ImageView
|
||
android:id="@+id/ini_rq_image"
|
||
android:layout_width="match_parent"
|
||
android:layout_height="0dp"
|
||
android:layout_weight="3"
|
||
android:src="@drawable/demo">
|
||
|
||
</ImageView>
|
||
|
||
<TextView
|
||
android:id="@+id/ini_sn"
|
||
android:layout_width="match_parent"
|
||
android:layout_height="0dp"
|
||
android:textSize="@dimen/config_margin_20dp"
|
||
android:gravity="center"
|
||
android:layout_weight="1">
|
||
</TextView>
|
||
<TextView
|
||
android:id="@+id/ini_key"
|
||
android:layout_width="match_parent"
|
||
android:layout_height="0dp"
|
||
android:textSize="@dimen/config_margin_20dp"
|
||
android:gravity="center"
|
||
android:layout_weight="1">
|
||
</TextView>
|
||
|
||
</LinearLayout>
|
||
|
||
|
||
<LinearLayout
|
||
android:layout_width="match_parent"
|
||
android:layout_height="0dp"
|
||
android:layout_weight="10"
|
||
android:orientation="vertical"
|
||
android:gravity="center"
|
||
>
|
||
|
||
<LinearLayout
|
||
android:layout_width="300dp"
|
||
android:layout_height="50dp"
|
||
android:orientation="horizontal">
|
||
<TextView
|
||
android:layout_width="0dp"
|
||
android:layout_height="match_parent"
|
||
android:layout_weight="1"
|
||
android:text="网络类型:"
|
||
android:textSize="@dimen/config_margin_20dp"
|
||
android:gravity="left">
|
||
</TextView>
|
||
<TextView
|
||
android:id="@+id/ini_network_type"
|
||
android:layout_width="0dp"
|
||
android:layout_height="match_parent"
|
||
android:text="以太网"
|
||
android:textSize="@dimen/config_margin_20dp"
|
||
android:layout_weight="1"
|
||
android:gravity="left">
|
||
</TextView>
|
||
|
||
</LinearLayout>
|
||
|
||
|
||
<LinearLayout
|
||
android:layout_width="300dp"
|
||
android:layout_height="50dp"
|
||
android:orientation="horizontal">
|
||
<TextView
|
||
android:layout_width="0dp"
|
||
android:layout_height="match_parent"
|
||
android:layout_weight="1"
|
||
android:textSize="@dimen/config_margin_20dp"
|
||
android:text="IP:"
|
||
android:gravity="left">
|
||
</TextView>
|
||
<TextView
|
||
android:id="@+id/ini_network_ip"
|
||
android:layout_width="0dp"
|
||
android:layout_height="match_parent"
|
||
android:textSize="@dimen/config_margin_20dp"
|
||
android:text="192.168.10.64"
|
||
android:layout_weight="1"
|
||
android:gravity="left">
|
||
</TextView>
|
||
|
||
</LinearLayout>
|
||
|
||
<LinearLayout
|
||
android:layout_width="300dp"
|
||
android:layout_height="50dp"
|
||
android:orientation="horizontal">
|
||
<TextView
|
||
android:layout_width="0dp"
|
||
android:layout_height="match_parent"
|
||
android:layout_weight="1"
|
||
android:textSize="@dimen/config_margin_20dp"
|
||
android:text="子网掩码:"
|
||
android:gravity="left">
|
||
</TextView>
|
||
<TextView
|
||
android:id="@+id/ini_sub_mask"
|
||
android:layout_width="0dp"
|
||
android:layout_height="match_parent"
|
||
android:textSize="@dimen/config_margin_20dp"
|
||
android:text="192.168.10.1"
|
||
android:layout_weight="1"
|
||
android:gravity="left">
|
||
</TextView>
|
||
|
||
</LinearLayout>
|
||
|
||
<LinearLayout
|
||
android:layout_width="300dp"
|
||
android:layout_height="50dp"
|
||
android:orientation="horizontal">
|
||
<TextView
|
||
android:layout_width="0dp"
|
||
android:layout_height="match_parent"
|
||
android:layout_weight="1"
|
||
android:textSize="@dimen/config_margin_20dp"
|
||
android:text="dns1:"
|
||
android:gravity="left">
|
||
</TextView>
|
||
<TextView
|
||
android:id="@+id/ini_dns1"
|
||
android:layout_width="0dp"
|
||
android:layout_height="match_parent"
|
||
android:text="202.102.192.68"
|
||
android:textSize="@dimen/config_margin_20dp"
|
||
android:layout_weight="1"
|
||
android:gravity="left">
|
||
</TextView>
|
||
|
||
</LinearLayout>
|
||
|
||
<LinearLayout
|
||
android:layout_width="300dp"
|
||
android:layout_height="50dp"
|
||
android:orientation="horizontal">
|
||
<TextView
|
||
android:layout_width="0dp"
|
||
android:layout_height="match_parent"
|
||
android:layout_weight="1"
|
||
android:textSize="@dimen/config_margin_20dp"
|
||
android:text="dns2:"
|
||
android:gravity="left">
|
||
</TextView>
|
||
<TextView
|
||
android:id="@+id/ini_dns2"
|
||
android:layout_width="0dp"
|
||
android:layout_height="match_parent"
|
||
android:text="0.0.0.0"
|
||
android:textSize="@dimen/config_margin_20dp"
|
||
android:layout_weight="1"
|
||
android:gravity="left">
|
||
</TextView>
|
||
|
||
</LinearLayout>
|
||
</LinearLayout>
|
||
|
||
|
||
|
||
</LinearLayout>
|
||
|
||
|
||
|
||
</LinearLayout> |