feat(chat): 为健康客户端添加位置消息长按功能和应急就医相关功能
- 在LocationMessageHolder中为健康客户端添加位置消息长按监听器 - 优化TUIGroupChatFragment中的代码格式和空格调整 - 在TUIGroupChatFragment中添加对健康客户端的特殊处理逻辑 - 注册ProposalActivity到AndroidManifest.xml - 添加健康档案页面相关的颜色定义 - 在EmergencyFragment中添加急救人员相关功能和界面元素 - 更新HomeFragment中的导航逻辑以跳转到健康档案页面 - 创建ProposalActivity和ProposalViewModel用于健康档案功能 - 添加应急就医群的相关字符串资源
This commit is contained in:
@@ -65,20 +65,22 @@
|
||||
android:id="@+id/fragment_emergency_call_120"
|
||||
android:layout_width="@dimen/dp_70"
|
||||
android:layout_height="@dimen/dp_70"
|
||||
android:layout_marginRight="@dimen/dp_16"
|
||||
android:layout_marginEnd="@dimen/dp_16"
|
||||
android:src="@drawable/ic_emergency_120" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/fragment_emergency_seek_doctor"
|
||||
android:layout_width="@dimen/dp_70"
|
||||
android:layout_height="@dimen/dp_70"
|
||||
android:layout_marginLeft="@dimen/dp_16"
|
||||
android:layout_toRightOf="@+id/fragment_emergency_call_120"
|
||||
android:src="@drawable/ic_emergency_seek_doctor" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/fragment_emergency_paramedic"
|
||||
android:layout_width="@dimen/dp_70"
|
||||
android:layout_height="@dimen/dp_70"
|
||||
android:layout_marginStart="@dimen/dp_16"
|
||||
android:src="@drawable/ic_emergency_120" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
|
||||
Reference in New Issue
Block a user