Commit 100eeedc authored by chenyuling's avatar chenyuling

修改标题

parent 23a41778
......@@ -60,7 +60,7 @@ public class ConfigDlgFragment extends DialogFragment {
private void initView() {
mBinding.evAccount.initItem("设备账号:","输入设备账号");
mBinding.evPassword.initItem("设备密码:","输入设备密码");
mBinding.evServerip.initItem("设备IP:","输入设备IP");
mBinding.evServerip.initItem("设备1的IP:","输入设备1的IP");
mBinding.evPassword.setInputType(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD);
if (type== ENTER_TYPE){
mBinding.tvTitle.setText("进去设备的配置信息");
......
......@@ -26,7 +26,7 @@
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="15dp"
android:text="人员管理可视化大屏展示平台"
android:text="@string/top_time"
android:textColor="@color/color_BDE4FF"
android:textSize="14sp" />
<TextView
......
......@@ -34,23 +34,23 @@
android:id="@+id/ev_account"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="15dp" />
android:layout_marginTop="@dimen/dlg_margin" />
<com.srthinker.statinfo.wedget.EditView
android:id="@+id/ev_password"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="15dp"/>
android:layout_marginTop="@dimen/dlg_margin"/>
<com.srthinker.statinfo.wedget.EditView
android:id="@+id/ev_serverip"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="15dp"/>
android:layout_marginTop="@dimen/dlg_margin"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:layout_marginTop="15dp"
android:layout_marginBottom="32dp"
android:layout_marginBottom="25dp"
android:orientation="horizontal">
<Button
android:id="@+id/btn_cancel"
......
......@@ -18,7 +18,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text="人员管理可视化大屏展示平台"
android:text="@string/top_time"
android:textColor="@color/color_BDE4FF"
android:textSize="14sp" />
<TextView
......
......@@ -10,4 +10,5 @@
<dimen name="text_13">13sp</dimen>
<dimen name="text_15">15sp</dimen>
<dimen name="text_11">11sp</dimen>
<dimen name="dlg_margin">10dp</dimen>
</resources>
\ No newline at end of file
......@@ -7,4 +7,5 @@
<string name="select_two">外架班组</string>
<string name="select_three">工地班组</string>
<string name="select_four">监理单位</string>
<string name="top_time">人员管理展示平台</string>
</resources>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment