pan>
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:paddingRight="6dp"
+ android:orientation="vertical">
+
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="44dp"
+ android:gravity="center_vertical"
+ android:text="@string/box_set_ip"
+ android:paddingLeft="10dp"
+ android:textColor="@color/dark_grey"
+ android:textSize="16sp" />
+
+ <EditText
+ android:id="@+id/et_box_ip"
+ android:layout_width="match_parent"
+ android:layout_height="44dp"
+ android:layout_marginLeft="8dp"
+ android:layout_marginRight="8dp"
+ android:gravity="center"
+ android:textSize="16sp"
+ android:textColor="@color/dark_grey"
+ />
+
+ <Button
+ android:id="@+id/btn_confirm_ip"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/ok"
+ android:layout_gravity="center_horizontal"
+ android:textSize="16sp"
+ android:textColor="@color/white"
+ android:background="@drawable/print_rounded_rect_bg"
+ android:layout_marginTop="8dp"
+ android:layout_marginBottom="8dp"
+ android:paddingLeft="35dp"
+ android:paddingRight="35dp"
+ android:paddingBottom="5dp"
+ android:paddingTop="5dp"/>
+
+
+ </LinearLayout>
+
</LinearLayout>
+
+
+
+
+
</ScrollView>
@@ -124,4 +124,7 @@ |
||
124 | 124 |
<string name="contact_us">联系我们</string> |
125 | 125 |
|
126 | 126 |
<string name="about_us">关于我们</string> |
127 |
+ |
|
128 |
+ <string name="box_set_ip">BOX IP设置</string> |
|
129 |
+ |
|
127 | 130 |
</resources> |