登录页面添加标识,事件详情添加上报人
This commit is contained in:
parent
9c6287176f
commit
ba3388238a
@ -9,6 +9,7 @@
|
|||||||
<option name="filePathToZoomLevelMap">
|
<option name="filePathToZoomLevelMap">
|
||||||
<map>
|
<map>
|
||||||
<entry key="commonmodule/src/main/res/layout/activity_incident_detail.xml" value="0.2504528985507246" />
|
<entry key="commonmodule/src/main/res/layout/activity_incident_detail.xml" value="0.2504528985507246" />
|
||||||
|
<entry key="mainmodule/src/main/res/layout/activity_login.xml" value="0.3591485507246377" />
|
||||||
<entry key="supervisionmodule/src/main/res/layout/activity_incident_accept_dept_detail.xml" value="0.3591485507246377" />
|
<entry key="supervisionmodule/src/main/res/layout/activity_incident_accept_dept_detail.xml" value="0.3591485507246377" />
|
||||||
<entry key="supervisionmodule/src/main/res/layout/activity_incident_check_dept_detail.xml" value="0.3591485507246377" />
|
<entry key="supervisionmodule/src/main/res/layout/activity_incident_check_dept_detail.xml" value="0.3591485507246377" />
|
||||||
</map>
|
</map>
|
||||||
|
@ -16,3 +16,8 @@
|
|||||||
4.修复通讯录常用联系人与树切换时出现的奔溃Bug
|
4.修复通讯录常用联系人与树切换时出现的奔溃Bug
|
||||||
5.事件相关页面添加上报人名字 事件条目布局调整
|
5.事件相关页面添加上报人名字 事件条目布局调整
|
||||||
```
|
```
|
||||||
|
### 2022-10-3
|
||||||
|
```
|
||||||
|
1.事件详情添加上报人名称
|
||||||
|
2.登录页添加标识
|
||||||
|
```
|
||||||
|
@ -160,6 +160,7 @@
|
|||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
android:id="@+id/tv_copy"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
@ -169,4 +170,14 @@
|
|||||||
android:textColor="@color/text_20"
|
android:textColor="@color/text_20"
|
||||||
android:textSize="10sp" />
|
android:textSize="10sp" />
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_above="@id/tv_copy"
|
||||||
|
android:layout_centerHorizontal="true"
|
||||||
|
android:layout_marginBottom="10dp"
|
||||||
|
android:text="部门端"
|
||||||
|
android:textColor="@color/text_gray_66"
|
||||||
|
android:textSize="18sp" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
Loading…
Reference in New Issue
Block a user