提交 5d0ad72e authored 作者: lgd's avatar lgd

1.添加单位

上级 a69208f0
...@@ -4,7 +4,7 @@ import java.util.Arrays; ...@@ -4,7 +4,7 @@ import java.util.Arrays;
import java.util.List; import java.util.List;
public interface Config { public interface Config {
Boolean DEBUG = true; Boolean DEBUG = false;
String REGEX_USERNAME = "^[\\w]{4,16}(?<!_)$"; String REGEX_USERNAME = "^[\\w]{4,16}(?<!_)$";
String REGEX_PASSWORD = "^[\\w]{6,16}(?<!_)$"; String REGEX_PASSWORD = "^[\\w]{6,16}(?<!_)$";
......
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentLeft="true" android:layout_alignParentLeft="true"
android:text="使用寿命" android:text="使用寿命(m)"
android:textSize="14sp" /> android:textSize="14sp" />
<EditText <EditText
......
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentLeft="true" android:layout_alignParentLeft="true"
android:text="使用寿命" android:text="使用寿命(m)"
android:textSize="14sp" /> android:textSize="14sp" />
<TextView <TextView
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentLeft="true" android:layout_alignParentLeft="true"
android:text="使用寿命" android:text="使用寿命(m)"
android:textSize="14sp" /> android:textSize="14sp" />
<EditText <EditText
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentLeft="true" android:layout_alignParentLeft="true"
android:text="使用寿命" android:text="使用寿命(m)"
android:textSize="14sp" /> android:textSize="14sp" />
<TextView <TextView
......
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentLeft="true" android:layout_alignParentLeft="true"
android:text="使用寿命" android:text="使用寿命(m)"
android:textSize="14sp" /> android:textSize="14sp" />
<EditText <EditText
......
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentLeft="true" android:layout_alignParentLeft="true"
android:text="使用寿命" android:text="使用寿命(m)"
android:textSize="14sp" /> android:textSize="14sp" />
<TextView <TextView
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentLeft="true" android:layout_alignParentLeft="true"
android:text="容量" android:text="容量(吨)"
android:textColor="@color/flexible_text_gray" android:textColor="@color/flexible_text_gray"
android:textSize="14sp" /> android:textSize="14sp" />
......
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
android:id="@+id/tv_desc2" android:id="@+id/tv_desc2"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="容量" android:text="容量(吨)"
android:textColor="@color/flexible_text_gray" android:textColor="@color/flexible_text_gray"
android:textSize="14sp" /> android:textSize="14sp" />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论