[Chat]移除无用资源

This commit is contained in:
renwj
2022-03-28 15:00:30 +08:00
parent e5cff6d0ab
commit be10bd216a
95 changed files with 100 additions and 3761 deletions

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/module_callchatting_shape_gradient_blue_normal" android:state_pressed="false" />
<item android:drawable="@drawable/module_callchatting_shape_gradient_blue_pressed" android:state_pressed="true" />
</selector>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_16" />
<gradient
android:angle="0"
android:endColor="#1F7EFF"
android:startColor="#1E57A4" />
</shape>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_16" />
<gradient
android:angle="0"
android:endColor="#1363A4"
android:startColor="#164079" />
</shape>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/module_callchatting_user_pop_call_bg_normal" android:state_pressed="false" />
<item android:drawable="@drawable/module_callchatting_user_pop_call_bg_pressed" android:state_pressed="true" />
</selector>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_16" />
<gradient
android:angle="0"
android:endColor="#585E8B"
android:startColor="#4A4C70" />
</shape>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_16" />
<gradient
android:angle="0"
android:endColor="#383C5E"
android:startColor="#373856" />
</shape>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_30" />
<solid android:color="#F710121E" />
</shape>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/module_carchatting_team_fragment_close_normal" android:state_pressed="false" />
<item android:drawable="@drawable/module_carchatting_team_fragment_close_pressed" android:state_pressed="true" />
</selector>

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_30" />
<gradient
android:angle="180"
android:endColor="#3F4057"
android:startColor="#5E6079" />
</shape>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:topLeftRadius="@dimen/module_call_chat_team_invitation_hawk_eye_bg_corner"
android:bottomLeftRadius="@dimen/module_call_chat_team_invitation_hawk_eye_bg_corner"/>
<gradient
android:angle="135"
android:endColor="#22E2FE"
android:startColor="#005CFF" />
</shape>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/module_carchatting_team_invitation_hawk_eye_join_normal" android:state_pressed="false" />
<item android:drawable="@drawable/module_carchatting_team_invitation_hawk_eye_join_pressed" android:state_pressed="true" />
</selector>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/module_carchatting_team_invitation_hawk_eye_refuse_normal" android:state_pressed="false" />
<item android:drawable="@drawable/module_carchatting_team_invitation_hawk_eye_refuse_pressed" android:state_pressed="true" />
</selector>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/module_carchatting_team_invitation_join_normal" android:state_pressed="false" />
<item android:drawable="@drawable/module_carchatting_team_invitation_join_pressed" android:state_pressed="true" />
</selector>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/module_carchatting_team_invitation_refuse_normal" android:state_pressed="false" />
<item android:drawable="@drawable/module_carchatting_team_invitation_refuse_pressed" android:state_pressed="true" />
</selector>

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_11" />
<gradient
android:angle="180"
android:endColor="#1DAAA5"
android:startColor="#37DED9" />
</shape>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/module_carchatting_team_quit_normal" android:state_pressed="false" />
<item android:drawable="@drawable/module_carchatting_team_quit_pressed" android:state_pressed="true" />
</selector>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_23" />
<solid android:color="#FF1F2131" />
</shape>

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_11" />
<gradient
android:angle="180"
android:endColor="#4E5069"
android:startColor="#4E5069" />
</shape>

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="@dimen/dp_11" />
<gradient
android:angle="180"
android:endColor="#256BFF"
android:startColor="#5CC1FF" />
</shape>

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<gradient
android:endColor="#595FA2"
android:startColor="#43508E"></gradient>
<size
android:width="@dimen/dp_80"
android:height="@dimen/dp_80" />
</shape>

View File

@@ -1,42 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="@dimen/module_call_chat_team_fragment_margin"
android:elevation="@dimen/dp_10"
android:background="@drawable/module_carchatting_team_fragment_bg"
android:clickable="true"
android:padding="@dimen/module_call_chat_team_fragment_padding">
<TextView
android:id="@+id/tv_num"
android:layout_width="wrap_content"
android:layout_height="@dimen/module_call_chat_team_fragment_close_view_height"
android:gravity="center_vertical"
android:text="车队人数"
android:textColor="@color/module_carchatting_white_color"
android:textSize="@dimen/module_call_chat_team_fragment_num_text_size"
app:layout_constraintBaseline_toBaselineOf="@+id/iv_close"
app:layout_constraintStart_toStartOf="parent" />
<ImageView
android:id="@+id/iv_close"
android:layout_width="@dimen/module_call_chat_team_fragment_close_view_width"
android:layout_height="@dimen/module_call_chat_team_fragment_close_view_height"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/module_carchatting_team_fragment_close"
tools:ignore="ContentDescription" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_teammates"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginTop="@dimen/module_call_chat_team_fragment_teammates__margin_top"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/iv_close" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -2,261 +2,55 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/module_carchatting_rl_call_view"
android:clickable="true"
android:focusable="true"
android:layout_width="@dimen/module_call_chat_state_hawk_eye_width"
android:layout_height="@dimen/module_call_chat_state_hawk_eye_height"
android:background="@drawable/module_carchatting_vr_calling_bg"
android:orientation="vertical">
android:background="@drawable/module_carchatting_vr_calling_bg">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/module_carchatting_rl_match_init_view"
android:layout_width="@dimen/module_call_chat_view_match_width"
android:layout_height="@dimen/module_call_chat_state_hawk_eye_height"
android:background="@drawable/module_callchatting_shape_gradient_blue"
android:visibility="gone"
app:layout_constraintLeft_toLeftOf="parent"
<ImageView
android:id="@+id/module_carchatting_call_head"
android:layout_width="@dimen/module_call_chat_calling_iv_hawk_eye_width_height"
android:layout_height="@dimen/module_call_chat_calling_iv_hawk_eye_width_height"
android:scaleType="centerInside"
android:src="@mipmap/module_carchatting_hawk_eye_default_head_img"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<ImageView
android:layout_width="@dimen/module_call_chat_match_iv_width"
android:layout_height="@dimen/module_call_chat_match_iv_height"
android:layout_marginStart="@dimen/dp_16"
android:src="@mipmap/module_callchatting_match"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<ImageView
android:id="@+id/module_carchatting_call_hangUp"
android:layout_width="@dimen/module_call_chat_hawk_eye_circle_btn_size"
android:layout_height="@dimen/module_call_chat_hawk_eye_circle_btn_size"
android:layout_marginEnd="@dimen/module_call_chat_calling_iv_hawk_eye_margin_left_right"
android:scaleType="centerInside"
android:src="@mipmap/module_carchatting_launcher_calling_hangup"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/module_call_chat_view_margin_end"
android:text="@string/module_car_chat_match_tip"
android:textColor="@android:color/white"
android:textSize="@dimen/module_call_chat_match_text_size"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/module_carchatting_rl_matching_view"
android:layout_width="@dimen/module_call_chat_state_hawk_eye_width"
android:layout_height="@dimen/module_call_chat_state_hawk_eye_height"
android:visibility="gone"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/dp_30"
android:text="@string/module_car_chat_matching"
android:textColor="@android:color/white"
android:textSize="@dimen/module_call_chat_matching_textsize"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/module_carchatting_tv_cancel_match"
android:layout_width="@dimen/module_call_chat_state_hawk_eye_height"
android:layout_height="match_parent"
android:gravity="center"
android:text="@string/module_car_chat_matching_cancel"
android:textColor="@color/module_carchatting_red_color"
android:textSize="@dimen/module_call_chat_matching_text_size"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<View
android:layout_width="1px"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/module_call_chat_match_view_line_margin_top_bottom"
android:layout_marginBottom="@dimen/module_call_chat_match_view_line_margin_top_bottom"
android:background="@color/module_carchatting_match_line"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/module_carchatting_tv_cancel_match"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/module_carchatting_rl_call_view"
android:layout_width="@dimen/module_call_chat_state_hawk_eye_width"
android:layout_height="@dimen/module_call_chat_state_hawk_eye_height"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<ImageView
android:id="@+id/module_carchatting_call_head"
android:layout_width="@dimen/module_call_chat_calling_iv_hawk_eye_width_height"
android:layout_height="@dimen/module_call_chat_calling_iv_hawk_eye_width_height"
android:clickable="true"
android:scaleType="centerInside"
android:src="@mipmap/module_carchatting_hawk_eye_default_head_img"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<ImageView
android:id="@+id/module_carchatting_call_hangUp"
android:layout_width="@dimen/module_call_chat_hawk_eye_circle_btn_size"
android:layout_height="@dimen/module_call_chat_hawk_eye_circle_btn_size"
android:layout_marginEnd="@dimen/module_call_chat_calling_iv_hawk_eye_margin_left_right"
android:scaleType="centerInside"
android:src="@mipmap/module_carchatting_launcher_calling_hangup"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<TextView
android:id="@+id/module_carchatting_call_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/module_call_chat_calling_text_hawk_eye_margin_top_bottom"
android:text="@string/module_car_chat_matching_wait"
android:textColor="@color/module_carchatting_hawk_eye_status_color"
android:textSize="@dimen/module_call_chat_calling_text_hawk_eye_time_size"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="@+id/module_carchatting_call_nickname" />
<TextView
android:id="@+id/module_carchatting_call_nickname"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/dp_22"
android:layout_marginTop="@dimen/module_call_chat_calling_text_hawk_eye_margin_top_bottom"
android:textColor="@android:color/white"
android:textSize="@dimen/module_call_chat_calling_text_hawk_eye_name_size"
app:layout_constraintStart_toEndOf="@+id/module_carchatting_call_head"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/module_carchatting_team_rl_view"
android:layout_width="@dimen/module_call_chat_state_hawk_eye_width"
android:layout_height="@dimen/module_call_chat_state_hawk_eye_height"
android:visibility="gone"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<ImageView
android:id="@+id/module_carchatting_iv_team_quit"
android:layout_width="@dimen/module_call_chat_hawk_eye_circle_btn_size"
android:layout_height="@dimen/module_call_chat_hawk_eye_circle_btn_size"
android:layout_marginRight="@dimen/module_call_chat_calling_iv_hawk_eye_margin_left_right"
android:src="@drawable/module_carchatting_team_quit"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<LinearLayout
android:id="@+id/module_carchatting_team_ll_head"
android:layout_width="@dimen/module_call_chat_team_ll_head_width"
android:layout_height="@dimen/module_call_chat_state_hawk_eye_height"
android:gravity="center"
android:visibility="invisible"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<TextView
android:id="@+id/module_carchatting_team_num"
android:layout_width="@dimen/module_call_chat_team_num_width"
android:layout_height="@dimen/module_call_chat_team_num_width"
android:background="@drawable/module_carchatting_vr_team_num_bg"
android:gravity="center"
android:textColor="@android:color/white"
android:textSize="@dimen/module_call_chat_team_num_text_size"
android:visibility="gone" />
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/module_carchatting_civ_head0"
android:layout_width="@dimen/module_call_chat_team_head_view_width"
android:layout_height="@dimen/module_call_chat_team_head_view_height"
android:src="@mipmap/module_carchatting_default_head_img"
android:translationZ="@dimen/dp_1_5"
android:visibility="gone"
app:civ_border_color="#FFFFFF"
app:civ_border_width="2dp" />
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/module_carchatting_civ_head1"
android:layout_width="@dimen/module_call_chat_team_head_view_width"
android:layout_height="@dimen/module_call_chat_team_head_view_height"
android:layout_marginLeft="@dimen/module_call_chat_team_head_view_left_margin"
android:src="@mipmap/module_carchatting_default_head_img"
android:translationZ="@dimen/dp_1"
android:visibility="gone"
app:civ_border_color="#FFFFFF"
app:civ_border_width="2dp" />
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/module_carchatting_civ_head2"
android:layout_width="@dimen/module_call_chat_team_head_view_width"
android:layout_height="@dimen/module_call_chat_team_head_view_height"
android:layout_marginLeft="@dimen/module_call_chat_team_head_view_left_margin"
android:src="@mipmap/module_carchatting_default_head_img"
android:translationZ="@dimen/dp_0_5"
android:visibility="gone"
app:civ_border_color="#FFFFFF"
app:civ_border_width="2dp" />
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/module_carchatting_civ_head3"
android:layout_width="@dimen/module_call_chat_team_head_view_width"
android:layout_height="@dimen/module_call_chat_team_head_view_height"
android:layout_marginLeft="@dimen/module_call_chat_team_head_view_left_margin4"
android:layout_marginTop="@dimen/module_call_chat_team_head_view_top_margin"
android:src="@mipmap/module_carchatting_default_head_img"
android:translationZ="@dimen/dp_0_1"
android:visibility="gone"
app:civ_border_color="#FFFFFF"
app:civ_border_width="2dp" />
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/module_carchatting_civ_head4"
android:layout_width="@dimen/module_call_chat_team_head_view_width"
android:layout_height="@dimen/module_call_chat_team_head_view_height"
android:layout_marginLeft="@dimen/module_call_chat_team_head_view_left_margin"
android:layout_marginTop="@dimen/module_call_chat_team_head_view_top_margin"
android:src="@mipmap/module_carchatting_default_head_img"
android:translationZ="@dimen/dp_0"
android:visibility="gone"
app:civ_border_color="#FFFFFF"
app:civ_border_width="2dp" />
</LinearLayout>
<TextView
android:id="@+id/module_carchatting_team_tv_info"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/module_call_chat_team_info_margin_bottom"
android:text="@string/module_car_chat_team_info"
android:textColor="#7FFFFFFF"
android:textSize="@dimen/module_call_chat_team_info_text_size"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@+id/module_carchatting_team_ll_head" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/module_call_chat_team_chatting_margin_top"
android:text="@string/module_car_chat_team_calling"
android:textColor="@android:color/white"
android:textSize="@dimen/module_call_chat_team_chatting_text_size"
android:textStyle="bold"
app:layout_constraintStart_toEndOf="@+id/module_carchatting_team_ll_head"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
<TextView
android:id="@+id/module_carchatting_call_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/module_call_chat_calling_text_hawk_eye_margin_top_bottom"
android:text="@string/module_car_chat_matching_wait"
android:textColor="@color/module_carchatting_hawk_eye_status_color"
android:textSize="@dimen/module_call_chat_calling_text_hawk_eye_time_size"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="@+id/module_carchatting_call_nickname" />
<TextView
android:id="@+id/module_carchatting_call_nickname"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/dp_22"
android:layout_marginTop="@dimen/module_call_chat_calling_text_hawk_eye_margin_top_bottom"
android:textColor="@android:color/white"
android:textSize="@dimen/module_call_chat_calling_text_hawk_eye_name_size"
app:layout_constraintStart_toEndOf="@+id/module_carchatting_call_head"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -1,257 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="@dimen/module_call_chat_state_width"
android:layout_height="@dimen/module_call_chat_state_height"
android:orientation="vertical">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/module_carchatting_rl_match_init_view"
android:layout_width="@dimen/module_call_chat_view_match_width"
android:layout_height="@dimen/module_call_chat_state_height"
android:background="@drawable/module_callchatting_shape_gradient_blue"
android:visibility="gone"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<ImageView
android:layout_width="@dimen/module_call_chat_match_iv_width"
android:layout_height="@dimen/module_call_chat_match_iv_height"
android:layout_marginStart="@dimen/module_call_chat_match_iv_left_margin"
android:src="@mipmap/module_callchatting_match"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/module_call_chat_view_margin_end"
android:text="@string/module_car_chat_match_tip"
android:textColor="@color/module_carchatting_white_color"
android:textSize="@dimen/module_call_chat_match_text_size"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/module_carchatting_rl_matching_view"
android:layout_width="@dimen/module_call_chat_state_width"
android:layout_height="@dimen/module_call_chat_state_height"
android:background="@drawable/module_carchatting_launcher_calling_bg"
android:visibility="gone"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/module_call_chat_match_view_left_margin"
android:text="@string/module_car_chat_matching"
android:textColor="@color/module_carchatting_white_color"
android:textSize="@dimen/module_call_chat_matching_text_size"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/module_carchatting_tv_cancel_match"
android:layout_width="90px"
android:layout_height="match_parent"
android:layout_marginEnd="@dimen/module_call_chat_match_view_right_margin"
android:gravity="center"
android:text="@string/module_car_chat_matching_cancel"
android:textColor="@color/module_carchatting_red_color"
android:textSize="@dimen/module_call_chat_matching_text_size"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<View
android:layout_width="1px"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/module_call_chat_match_view_line_margin_top_bottom"
android:layout_marginEnd="@dimen/module_call_chat_match_view_right_margin"
android:layout_marginBottom="@dimen/module_call_chat_match_view_line_margin_top_bottom"
android:background="@color/module_carchatting_match_line"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/module_carchatting_tv_cancel_match"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/module_carchatting_rl_call_view"
android:layout_width="@dimen/module_call_chat_state_width"
android:layout_height="@dimen/module_call_chat_state_height"
android:background="@drawable/module_carchatting_launcher_calling_bg"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<ImageView
android:id="@+id/module_carchatting_call_head"
android:layout_width="@dimen/module_call_chat_calling_iv_width_height"
android:layout_height="@dimen/module_call_chat_calling_iv_width_height"
android:layout_marginStart="@dimen/module_call_chat_calling_iv_margin_left_right"
android:clickable="true"
android:src="@mipmap/module_carchatting_default_head_img"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<ImageView
android:id="@+id/module_carchatting_call_hangUp"
android:layout_width="@dimen/module_call_chat_calling_iv_width_height"
android:layout_height="@dimen/module_call_chat_calling_iv_width_height"
android:layout_marginEnd="@dimen/module_call_chat_calling_iv_margin_left_right"
android:src="@mipmap/module_carchatting_launcher_calling_hangup"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<TextView
android:id="@+id/module_carchatting_call_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/module_call_chat_calling_text_margin_top_bottom"
android:text="@string/module_car_chat_matching_wait"
android:textColor="@color/module_carchatting_status_color"
android:textSize="@dimen/module_call_chat_calling_text_time_size"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="@+id/module_carchatting_call_nickname" />
<TextView
android:id="@+id/module_carchatting_call_nickname"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/dp_22"
android:layout_marginTop="@dimen/module_call_chat_calling_text_margin_top_bottom"
android:textColor="@color/module_carchatting_white_color"
android:textSize="@dimen/module_call_chat_calling_text_name_size"
app:layout_constraintStart_toEndOf="@+id/module_carchatting_call_head"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/module_carchatting_team_rl_view"
android:layout_width="@dimen/module_call_chat_state_width"
android:layout_height="@dimen/module_call_chat_state_height"
android:background="@drawable/module_carchatting_launcher_calling_bg"
android:visibility="gone"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<LinearLayout
android:id="@+id/module_carchatting_team_ll_head"
android:layout_width="@dimen/dp_160"
android:layout_height="@dimen/module_call_chat_state_height"
android:gravity="center"
android:visibility="invisible"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/module_carchatting_civ_head0"
android:layout_width="@dimen/module_call_chat_team_head_view_width"
android:layout_height="@dimen/module_call_chat_team_head_view_height"
android:src="@mipmap/module_carchatting_default_head_img"
android:translationZ="@dimen/dp_1_5"
app:civ_border_color="#FFFFFF"
app:civ_border_width="2dp" />
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/module_carchatting_civ_head1"
android:layout_width="@dimen/module_call_chat_team_head_view_width"
android:layout_height="@dimen/module_call_chat_team_head_view_height"
android:layout_marginLeft="@dimen/module_call_chat_team_head_view_left_margin"
android:src="@mipmap/module_carchatting_default_head_img"
android:translationZ="@dimen/dp_1"
app:civ_border_color="#FFFFFF"
app:civ_border_width="2dp" />
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/module_carchatting_civ_head2"
android:layout_width="@dimen/module_call_chat_team_head_view_width"
android:layout_height="@dimen/module_call_chat_team_head_view_height"
android:layout_marginLeft="@dimen/module_call_chat_team_head_view_left_margin"
android:src="@mipmap/module_carchatting_default_head_img"
android:translationZ="@dimen/dp_0_5"
android:visibility="gone"
app:civ_border_color="#FFFFFF"
app:civ_border_width="2dp" />
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/module_carchatting_civ_head3"
android:layout_width="@dimen/module_call_chat_team_head_view_width"
android:layout_height="@dimen/module_call_chat_team_head_view_height"
android:layout_marginLeft="@dimen/module_call_chat_team_head_view_left_margin4"
android:layout_marginTop="@dimen/module_call_chat_team_head_view_top_margin"
android:src="@mipmap/module_carchatting_default_head_img"
android:translationZ="@dimen/dp_0_1"
android:visibility="gone"
app:civ_border_color="#FFFFFF"
app:civ_border_width="2dp" />
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/module_carchatting_civ_head4"
android:layout_width="@dimen/module_call_chat_team_head_view_width"
android:layout_height="@dimen/module_call_chat_team_head_view_height"
android:layout_marginLeft="@dimen/module_call_chat_team_head_view_left_margin"
android:layout_marginTop="@dimen/module_call_chat_team_head_view_top_margin"
android:src="@mipmap/module_carchatting_default_head_img"
android:translationZ="@dimen/dp_0"
android:visibility="gone"
app:civ_border_color="#FFFFFF"
app:civ_border_width="2dp" />
</LinearLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/module_call_chat_team_calling_left_margin"
android:layout_marginTop="@dimen/module_call_chat_team_calling_top_margin"
android:text="@string/module_car_chat_team_calling"
android:textColor="@color/module_carchatting_nick_color"
android:textSize="@dimen/module_call_chat_team_calling_size"
android:textStyle="bold"
app:layout_constraintBottom_toTopOf="@id/module_carchatting_team_tv_info"
app:layout_constraintStart_toEndOf="@+id/module_carchatting_team_ll_head" />
<TextView
android:id="@+id/module_carchatting_team_tv_info"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/module_call_chat_team_info_left_margin"
android:layout_marginBottom="@dimen/module_call_chat_team_info_bottom_margin"
android:text="@string/module_car_chat_team_info"
android:textColor="@color/module_carchatting_status_color"
android:textSize="@dimen/module_call_chat_team_info_size"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@+id/module_carchatting_team_ll_head" />
<ImageView
android:id="@+id/module_carchatting_iv_team_quit"
android:layout_width="@dimen/module_call_chat_team_quit_view_width"
android:layout_height="@dimen/module_call_chat_team_quit_view_height"
android:layout_marginRight="@dimen/module_call_chat_team_quit_right_margin"
android:src="@drawable/module_carchatting_team_quit"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -2,79 +2,69 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/module_carchatting_rl_incoming_view"
android:layout_width="@dimen/module_call_chat_state_incoming_hawk_eye_width"
android:layout_height="@dimen/module_call_chat_state_incoming_hawk_eye_height"
android:background="@drawable/module_carchatting_vr_calling_bg"
android:orientation="vertical">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/module_carchatting_rl_incoming_view"
android:layout_width="@dimen/module_call_chat_state_incoming_hawk_eye_width"
android:layout_height="@dimen/module_call_chat_state_incoming_hawk_eye_height"
android:visibility="visible"
app:layout_constraintLeft_toLeftOf="parent"
<ImageView
android:id="@+id/module_carchatting_call_head"
android:layout_width="@dimen/module_call_chat_incoming_aisdk_tag_width"
android:layout_height="match_parent"
android:scaleType="centerInside"
android:src="@drawable/module_carchatting_aicloud_incoming"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<ImageView
android:id="@+id/module_carchatting_call_head"
android:layout_width="@dimen/module_call_chat_incoming_aisdk_tag_width"
android:layout_height="match_parent"
android:scaleType="centerInside"
android:src="@drawable/module_carchatting_aicloud_incoming"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<ImageView
android:id="@+id/module_carchatting_incoming_answer"
android:layout_width="@dimen/module_call_chat_hawk_eye_incoming_circle_btn_size"
android:layout_height="@dimen/module_call_chat_hawk_eye_incoming_circle_btn_size"
android:layout_marginEnd="@dimen/module_call_chat_calling_iv_hawk_eye_margin_left_right"
android:layout_marginRight="@dimen/module_call_chat_state_incoming_hawk_eye_call_margin_right"
android:clickable="true"
android:scaleType="centerInside"
android:src="@mipmap/module_callchatting_launcher_incoming_answer"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/module_carchatting_incoming_hangUp"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<ImageView
android:id="@+id/module_carchatting_incoming_answer"
android:layout_width="@dimen/module_call_chat_hawk_eye_incoming_circle_btn_size"
android:layout_height="@dimen/module_call_chat_hawk_eye_incoming_circle_btn_size"
android:layout_marginEnd="@dimen/module_call_chat_calling_iv_hawk_eye_margin_left_right"
android:layout_marginRight="@dimen/module_call_chat_state_incoming_hawk_eye_call_margin_right"
android:clickable="true"
android:scaleType="centerInside"
android:src="@mipmap/module_callchatting_launcher_incoming_answer"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/module_carchatting_incoming_hangUp"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<ImageView
android:id="@+id/module_carchatting_incoming_hangUp"
android:layout_width="@dimen/module_call_chat_hawk_eye_incoming_circle_btn_size"
android:layout_height="@dimen/module_call_chat_hawk_eye_incoming_circle_btn_size"
android:layout_marginEnd="@dimen/module_call_chat_calling_iv_hawk_eye_margin_left_right"
android:clickable="true"
android:scaleType="centerInside"
android:src="@mipmap/module_callchatting_launcher_incoming_hangup"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<ImageView
android:id="@+id/module_carchatting_incoming_hangUp"
android:layout_width="@dimen/module_call_chat_hawk_eye_incoming_circle_btn_size"
android:layout_height="@dimen/module_call_chat_hawk_eye_incoming_circle_btn_size"
android:layout_marginEnd="@dimen/module_call_chat_calling_iv_hawk_eye_margin_left_right"
android:clickable="true"
android:scaleType="centerInside"
android:src="@mipmap/module_callchatting_launcher_incoming_hangup"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<TextView
android:id="@+id/module_carchatting_call_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/module_call_chat_state_incoming_hawk_eye_margin_left"
android:layout_marginBottom="@dimen/module_call_chat_calling_text_hawk_eye_margin_top_bottom"
android:text="请求语音通话..."
android:textColor="@color/module_carchatting_hawk_eye_status_color"
android:textSize="@dimen/module_call_chat_calling_text_hawk_eye_time_size"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toRightOf="@+id/module_carchatting_call_head" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/module_call_chat_calling_text_hawk_eye_margin_top_bottom"
android:text="云平台"
android:textColor="@android:color/white"
android:textSize="@dimen/module_call_chat_calling_text_hawk_eye_name_size"
app:layout_constraintStart_toStartOf="@+id/module_carchatting_call_time"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
<TextView
android:id="@+id/module_carchatting_call_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/module_call_chat_state_incoming_hawk_eye_margin_left"
android:layout_marginBottom="@dimen/module_call_chat_calling_text_hawk_eye_margin_top_bottom"
android:text="请求语音通话..."
android:textColor="@color/module_carchatting_hawk_eye_status_color"
android:textSize="@dimen/module_call_chat_calling_text_hawk_eye_time_size"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toRightOf="@+id/module_carchatting_call_head" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/module_call_chat_calling_text_hawk_eye_margin_top_bottom"
android:text="云平台"
android:textColor="@android:color/white"
android:textSize="@dimen/module_call_chat_calling_text_hawk_eye_name_size"
app:layout_constraintStart_toStartOf="@+id/module_carchatting_call_time"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -1,74 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="@dimen/module_call_chat_team_invitation_hawk_eye_width"
android:layout_height="@dimen/module_call_chat_team_invitation_hawk_eye_height"
android:background="@drawable/module_carchatting_team_invitation_hawk_eye_bg"
android:elevation="@dimen/dp_8">
<ImageView
android:layout_width="@dimen/dp_121"
android:layout_height="match_parent"
android:layout_marginStart="@dimen/dp_31"
android:layout_marginTop="@dimen/dp_22"
android:layout_marginBottom="@dimen/dp_42"
android:background="@drawable/module_carchatting_team_invitation_hawk_eye_header_bg"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<ImageView
android:id="@+id/module_carchatting_civ_head"
android:layout_width="@dimen/dp_121"
android:layout_height="match_parent"
android:layout_marginStart="@dimen/dp_31"
android:layout_marginTop="@dimen/dp_22"
android:layout_marginBottom="@dimen/dp_42"
android:src="@drawable/module_carchatting_team_invitation_hawk_eye_head_default"
android:scaleType="centerInside"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<ImageView
android:id="@+id/module_carchatting_iv_join"
android:layout_width="@dimen/module_call_chat_hawk_eye_circle_btn_size"
android:layout_height="@dimen/module_call_chat_hawk_eye_circle_btn_size"
android:layout_marginEnd="@dimen/module_call_chat_team_invitation_join_hawk_eye_margin_right"
android:layout_marginBottom="@dimen/dp_21"
android:src="@drawable/module_carchatting_team_invitation_hawk_eye_join"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/module_carchatting_iv_refuse"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<ImageView
android:id="@+id/module_carchatting_iv_refuse"
android:layout_width="@dimen/module_call_chat_hawk_eye_circle_btn_size"
android:layout_height="@dimen/module_call_chat_hawk_eye_circle_btn_size"
android:layout_marginBottom="@dimen/dp_21"
android:layout_marginEnd="@dimen/module_call_chat_team_invitation_hawk_eye_padding"
android:src="@drawable/module_carchatting_team_invitation_hawk_eye_refuse"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<TextView
android:id="@+id/module_carchatting_tv_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/module_call_chat_team_invitation_content_margin_left"
android:text="车友邀请你加入车队!"
android:textColor="@color/module_carchatting_white_color"
android:textSize="@dimen/module_call_chat_team_invitation_content_text_size"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_marginBottom="@dimen/dp_21"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toEndOf="@+id/module_carchatting_civ_head" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -1,75 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="@dimen/module_call_chat_team_invitation_height"
android:layout_margin="@dimen/module_common_shadow_width_pos"
android:background="@drawable/module_carchatting_team_invitation_bg"
android:elevation="@dimen/dp_8">
<ImageView
android:id="@+id/module_carchatting_civ_head"
android:layout_width="@dimen/module_call_chat_team_invitation_height"
android:layout_height="@dimen/module_call_chat_team_invitation_height"
android:src="@drawable/module_carchatting_team_invitation_head_default"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<TextView
android:id="@+id/module_carchatting_tv_title"
android:layout_width="@dimen/module_call_chat_team_invitation_title_width"
android:layout_height="@dimen/module_call_chat_team_invitation_title_height"
android:layout_marginLeft="@dimen/module_call_chat_team_invitation_title_margin_left"
android:layout_marginTop="@dimen/module_call_chat_team_invitation_title_margin_top"
android:background="@drawable/module_carchatting_team_invitation_title_bg"
android:gravity="center"
android:text="车队邀请"
android:textColor="@color/module_carchatting_white_color"
android:textSize="@dimen/module_call_chat_team_invitation_title_text_size"
app:layout_constraintStart_toEndOf="@+id/module_carchatting_civ_head"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/module_carchatting_tv_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/module_call_chat_team_invitation_content_margin_left"
android:layout_marginBottom="@dimen/module_call_chat_team_invitation_content_margin_bottom"
android:text="车友邀请你加入车队!"
android:textColor="@color/module_carchatting_white_color"
android:textSize="@dimen/module_call_chat_team_invitation_content_text_size"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@+id/module_carchatting_civ_head" />
<ImageView
android:id="@+id/module_carchatting_iv_join"
android:layout_width="@dimen/module_call_chat_team_invitation_join_width"
android:layout_height="@dimen/module_call_chat_team_invitation_join_height"
android:layout_marginRight="@dimen/module_call_chat_team_invitation_join_margin_right"
android:src="@drawable/module_carchatting_team_invitation_join"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/module_carchatting_iv_refuse"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
<ImageView
android:id="@+id/module_carchatting_iv_refuse"
android:layout_width="@dimen/module_call_chat_team_invitation_join_width"
android:layout_height="@dimen/module_call_chat_team_invitation_join_height"
android:layout_marginRight="@dimen/module_call_chat_team_invitation_padding"
android:src="@drawable/module_carchatting_team_invitation_refuse"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
</androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>

View File

@@ -1,49 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="@dimen/module_call_chat_team_teammate_height"
android:layout_marginTop="@dimen/module_call_chat_team_teammate_margin"
android:layout_marginBottom="@dimen/module_call_chat_team_teammate_margin"
android:background="@drawable/module_carchatting_team_teammate_bg"
android:padding="@dimen/module_call_chat_team_teammate_padding">
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/module_carchatting_civ_head"
android:layout_width="@dimen/module_call_chat_team_teammate_head_width"
android:layout_height="@dimen/module_call_chat_team_teammate_head_height"
android:src="@mipmap/module_carchatting_default_head_img"
app:civ_border_color="#4cffffff"
app:civ_border_width="@dimen/module_call_chat_state_head_border"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/module_carchatting_tv_nickname"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/module_call_chat_team_teammate_nickname_margin_left"
android:text="昵称"
android:textColor="@color/module_carchatting_white_color"
android:textSize="@dimen/module_call_chat_team_teammate_nickname_text_size"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@+id/module_carchatting_civ_head"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/module_carchatting_tv_identity"
android:layout_width="@dimen/module_call_chat_team_teammate_identity_width"
android:layout_height="@dimen/module_call_chat_team_teammate_identity_height"
android:background="@drawable/module_carchatting_team_teammate_follower_bg"
android:gravity="center"
android:text="身份"
android:textColor="@color/module_carchatting_white_color"
android:textSize="@dimen/module_call_chat_team_teammate_identity_text_size"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -1,105 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="@dimen/module_call_chat_user_state_x"
android:layout_height="@dimen/module_call_chat_user_state_y"
android:orientation="vertical">
<ImageView
android:id="@+id/moduleCallChatBg"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY" />
<ImageView
android:id="@+id/moduleCallChatCoverBg"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:src="@mipmap/module_carchatting_user_cover_bg" />
<ImageView
android:id="@+id/moduleCallChatUserClose"
android:layout_width="@dimen/module_call_chat_state_close_icon_width"
android:layout_height="@dimen/module_call_chat_state_close_icon_width"
android:layout_marginLeft="@dimen/module_call_chat_state_close_margin"
android:layout_marginTop="@dimen/module_call_chat_state_close_margin"
android:src="@drawable/module_carchatting_team_fragment_close"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/moduleCallChatUserHead"
android:layout_width="@dimen/module_call_chat_state_user_head_width"
android:layout_height="@dimen/module_call_chat_state_user_head_width"
android:layout_marginTop="@dimen/module_call_chat_state_head_margin_top"
android:src="@mipmap/module_carchatting_default_head_img"
app:civ_border_color="#E8EEF9"
app:civ_border_width="@dimen/module_call_chat_state_head_border"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/moduleCallChatUserNickName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/module_call_chat_state_nick_name_margin_top"
android:text="杨超越"
android:textColor="@color/module_carchatting_nick_color"
android:textSize="@dimen/module_call_chat_state_nick_name_size"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@+id/moduleCallChatUserHead" />
<com.mogo.module.common.view.CustomRatingBar
android:id="@+id/moduleCallChatRatingBar"
style="@style/customHeartHeartRatingBarStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/module_call_chat_state_rating_margin_top"
android:isIndicator="true"
android:visibility="gone"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@+id/moduleCallChatUserNickName"
tools:visibility="visible" />
<com.mogo.module.carchatting.view.DrawableTextView
android:id="@+id/moduleCallChatUserJoinTeam"
android:layout_width="@dimen/module_call_chat_user_caller_x"
android:layout_height="@dimen/module_call_chat_state_caller_height"
android:layout_marginLeft="@dimen/module_call_chat_state_caller_margin_left_right"
android:layout_marginBottom="@dimen/module_call_chat_state_caller_margin_bottom"
android:background="@drawable/module_callchatting_shape_gradient_blue"
android:drawableLeft="@mipmap/module_callchatting_user_join_team"
android:drawablePadding="@dimen/module_call_chat_state_caller_drawable_padding"
android:gravity="center_vertical"
android:text="@string/module_car_chat_user_join_team"
android:textColor="#FFFFFF"
android:textSize="@dimen/module_call_chat_state_caller_text_size"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
tools:visibility="visible" />
<TextView
android:id="@+id/moduleCallChatUserCaller"
android:layout_width="@dimen/module_call_chat_user_caller_x"
android:layout_height="@dimen/module_call_chat_state_caller_height"
android:layout_marginRight="@dimen/module_call_chat_state_caller_margin_left_right"
android:layout_marginBottom="@dimen/module_call_chat_state_caller_margin_bottom"
android:background="@drawable/module_callchatting_user_pop_call_bg"
android:drawableLeft="@mipmap/module_callchatting_user_caller"
android:drawablePadding="@dimen/module_call_chat_state_caller_drawable_padding"
android:gravity="center_vertical"
android:paddingLeft="@dimen/module_call_chat_state_caller_padding_left"
android:text="@string/module_car_chat_user_caller"
android:textColor="@color/module_carchatting_nick_color"
android:textSize="@dimen/module_call_chat_state_caller_text_size"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent"
tools:visibility="visible" />
</androidx.constraintlayout.widget.ConstraintLayout>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -1,116 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<dimen name="module_call_chat_state_location_y">872px</dimen>
<dimen name="module_call_chat_state_location_x">1067px</dimen>
<dimen name="module_call_chat_state_location_hawk_eye_y">776px</dimen>
<dimen name="module_call_chat_state_location_hawk_eye_x">22px</dimen>
<dimen name="module_call_chat_state_width">600px</dimen>
<dimen name="module_call_chat_state_height">140px</dimen>
<dimen name="module_call_chat_state_hawk_eye_width">300px</dimen>
<dimen name="module_call_chat_state_hawk_eye_height">100px</dimen>
<dimen name="module_call_chat_user_state_location_x">1370px</dimen>
<dimen name="module_call_chat_user_state_location_y">30px</dimen>
<dimen name="module_call_chat_user_state_x">740px</dimen>
<dimen name="module_call_chat_user_state_y">854px</dimen>
<dimen name="module_call_chat_user_caller_x">290px</dimen>
<dimen name="module_call_chat_view_match_width">355px</dimen>
<dimen name="module_call_chat_view_margin_end">37px</dimen>
<dimen name="module_call_chat_match_view_left_margin">32px</dimen>
<dimen name="module_call_chat_match_view_right_margin">39px</dimen>
<dimen name="module_call_chat_match_view_line_margin_top_bottom">25px</dimen>
<dimen name="module_call_chat_match_iv_width">80px</dimen>
<dimen name="module_call_chat_match_iv_height">72px</dimen>
<dimen name="module_call_chat_match_iv_left_margin">38px</dimen>
<dimen name="module_call_chat_match_text_size">30px</dimen>
<dimen name="module_call_chat_matching_text_size">30px</dimen>
<dimen name="module_call_chat_calling_text_name_size">37px</dimen>
<dimen name="module_call_chat_calling_text_hawk_eye_name_size">27px</dimen>
<dimen name="module_call_chat_calling_text_time_size">26px</dimen>
<dimen name="module_call_chat_calling_text_hawk_eye_time_size">18px</dimen>
<dimen name="module_call_chat_calling_text_margin_top_bottom">18px</dimen>
<dimen name="module_call_chat_calling_text_hawk_eye_margin_top_bottom">10px</dimen>
<dimen name="module_call_chat_calling_iv_margin_left_right">23px</dimen>
<dimen name="module_call_chat_calling_iv_hawk_eye_margin_left_right">6px</dimen>
<dimen name="module_call_chat_calling_iv_width_height">82px</dimen>
<dimen name="module_call_chat_calling_iv_hawk_eye_width_height">100px</dimen>
<dimen name="module_call_chat_state_close_icon_width">82.5px</dimen>
<dimen name="module_call_chat_state_user_head_width">150px</dimen>
<dimen name="module_call_chat_state_close_margin">30px</dimen>
<dimen name="module_call_chat_state_head_margin_top">159px</dimen>
<dimen name="module_call_chat_state_head_border">8px</dimen>
<dimen name="module_call_chat_state_nick_name_margin_top">16px</dimen>
<dimen name="module_call_chat_state_nick_name_size">40px</dimen>
<dimen name="module_call_chat_state_rating_margin_top">15px</dimen>
<dimen name="module_call_chat_state_caller_height">90px</dimen>
<dimen name="module_call_chat_state_caller_margin_bottom">50px</dimen>
<dimen name="module_call_chat_state_caller_margin_left_right">70px</dimen>
<dimen name="module_call_chat_state_caller_drawable_padding">10px</dimen>
<dimen name="module_call_chat_state_caller_padding_left">56px</dimen>
<dimen name="module_call_chat_state_caller_text_size">30px</dimen>
<dimen name="module_call_chat_team_head_view_width">48px</dimen>
<dimen name="module_call_chat_team_head_view_height">48px</dimen>
<dimen name="module_call_chat_team_head_view_left_margin">-12px</dimen>
<dimen name="module_call_chat_team_head_view_left_margin4">-122px</dimen>
<dimen name="module_call_chat_team_head_view_top_margin">36px</dimen>
<dimen name="module_call_chat_team_calling_top_margin">22px</dimen>
<dimen name="module_call_chat_team_calling_left_margin">22px</dimen>
<dimen name="module_call_chat_team_calling_size">32px</dimen>
<dimen name="module_call_chat_team_info_size">26px</dimen>
<dimen name="module_call_chat_team_info_bottom_margin">22px</dimen>
<dimen name="module_call_chat_team_info_left_margin">22px</dimen>
<dimen name="module_call_chat_team_quit_view_width">79.8px</dimen>
<dimen name="module_call_chat_team_quit_view_height">79.8px</dimen>
<dimen name="module_call_chat_team_quit_right_margin">28.4px</dimen>
<dimen name="module_call_chat_team_view_line_margin_top_bottom">25px</dimen>
<dimen name="module_call_chat_team_fragment_margin">27.5px</dimen>
<dimen name="module_call_chat_team_fragment_padding">50px</dimen>
<dimen name="module_call_chat_team_fragment_num_text_size">36px</dimen>
<dimen name="module_call_chat_team_fragment_close_view_width">80.8px</dimen>
<dimen name="module_call_chat_team_fragment_close_view_height">80.8px</dimen>
<dimen name="module_call_chat_team_fragment_teammates__margin_top">24px</dimen>
<dimen name="module_call_chat_team_teammate_margin">14px</dimen>
<dimen name="module_call_chat_team_teammate_padding">32px</dimen>
<dimen name="module_call_chat_team_teammate_height">164px</dimen>
<dimen name="module_call_chat_team_teammate_head_width">98px</dimen>
<dimen name="module_call_chat_team_teammate_head_height">98px</dimen>
<dimen name="module_call_chat_team_teammate_nickname_margin_left">30px</dimen>
<dimen name="module_call_chat_team_teammate_nickname_text_size">34px</dimen>
<dimen name="module_call_chat_team_teammate_identity_width">98px</dimen>
<dimen name="module_call_chat_team_teammate_identity_height">46px</dimen>
<dimen name="module_call_chat_team_teammate_identity_text_size">26px</dimen>
<dimen name="module_call_chat_team_invitation_layout_height">230px</dimen>
<dimen name="module_call_chat_team_invitation_padding">30px</dimen>
<dimen name="module_call_chat_team_invitation_hawk_eye_padding">61px</dimen>
<dimen name="module_call_chat_team_invitation_margin">18px</dimen>
<dimen name="module_call_chat_team_invitation_height">210px</dimen>
<dimen name="module_call_chat_team_invitation_hawk_eye_bg_corner">20px</dimen>
<dimen name="module_call_chat_team_invitation_hawk_eye_width">822px</dimen>
<dimen name="module_call_chat_team_invitation_hawk_eye_height">182px</dimen>
<dimen name="module_call_chat_team_invitation_head_width">148px</dimen>
<dimen name="module_call_chat_team_invitation_head_height">148px</dimen>
<dimen name="module_call_chat_team_invitation_title_width">120px</dimen>
<dimen name="module_call_chat_team_invitation_title_height">46px</dimen>
<dimen name="module_call_chat_team_invitation_title_margin_left">30px</dimen>
<dimen name="module_call_chat_team_invitation_title_margin_top">60px</dimen>
<dimen name="module_call_chat_team_invitation_title_text_size">25px</dimen>
<dimen name="module_call_chat_team_invitation_content_margin_left">30px</dimen>
<dimen name="module_call_chat_team_invitation_content_margin_bottom">60px</dimen>
<dimen name="module_call_chat_team_invitation_content_text_size">32px</dimen>
<dimen name="module_call_chat_team_invitation_join_width">98px</dimen>
<dimen name="module_call_chat_hawk_eye_circle_btn_size">63px</dimen>
<dimen name="module_call_chat_team_invitation_join_height">98px</dimen>
<dimen name="module_call_chat_team_invitation_join_margin_right">36px</dimen>
<dimen name="module_call_chat_team_invitation_join_hawk_eye_margin_right">42px</dimen>
</resources>

View File

@@ -1,102 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<dimen name="module_call_chat_state_location_y">478px</dimen>
<dimen name="module_call_chat_state_location_x">560px</dimen>
<dimen name="module_call_chat_state_width">338px</dimen>
<dimen name="module_call_chat_state_height">82px</dimen>
<dimen name="module_call_chat_user_state_location_x">1543px</dimen>
<dimen name="module_call_chat_user_state_location_y">0px</dimen>
<dimen name="module_call_chat_user_state_x">411px</dimen>
<dimen name="module_call_chat_user_state_y">474px</dimen>
<dimen name="module_call_chat_user_caller_x">161px</dimen>
<dimen name="module_call_chat_view_width">338px</dimen>
<dimen name="module_call_chat_view_match_width">260px</dimen>
<dimen name="module_call_chat_view_height">82px</dimen>
<dimen name="module_call_chat_view_margin_end">27px</dimen>
<dimen name="module_call_chat_match_view_left_margin">23px</dimen>
<dimen name="module_call_chat_match_view_right_margin">27px</dimen>
<dimen name="module_call_chat_match_view_line_margin_top_bottom">25px</dimen>
<dimen name="module_call_chat_match_iv_width">60px</dimen>
<dimen name="module_call_chat_match_iv_height">54px</dimen>
<dimen name="module_call_chat_match_iv_left_margin">28px</dimen>
<dimen name="module_call_chat_match_text_size">22px</dimen>
<dimen name="module_call_chat_matching_text_size">22px</dimen>
<dimen name="module_call_chat_calling_text_name_size">18px</dimen>
<dimen name="module_call_chat_calling_text_time_size">14px</dimen>
<dimen name="module_call_chat_calling_text_margin_top_bottom">6px</dimen>
<dimen name="module_call_chat_calling_iv_margin_left_right">18px</dimen>
<dimen name="module_call_chat_calling_iv_width_height">44px</dimen>
<dimen name="module_call_chat_state_close_icon_width">45.8px</dimen>
<dimen name="module_call_chat_state_user_head_width">83.3px</dimen>
<dimen name="module_call_chat_state_close_margin">16.6px</dimen>
<dimen name="module_call_chat_state_head_margin_top">88.3px</dimen>
<dimen name="module_call_chat_state_head_border">5px</dimen>
<dimen name="module_call_chat_state_nick_name_margin_top">10px</dimen>
<dimen name="module_call_chat_state_nick_name_size">22px</dimen>
<dimen name="module_call_chat_state_rating_margin_top">10px</dimen>
<dimen name="module_call_chat_state_caller_height">56px</dimen>
<dimen name="module_call_chat_state_caller_margin_bottom">30px</dimen>
<dimen name="module_call_chat_state_caller_margin_left_right">39px</dimen>
<dimen name="module_call_chat_state_caller_padding_left">30px</dimen>
<dimen name="module_call_chat_state_caller_drawable_padding">13px</dimen>
<dimen name="module_call_chat_state_caller_text_size">17px</dimen>
<dimen name="module_call_chat_team_head_view_width">26.4px</dimen>
<dimen name="module_call_chat_team_head_view_height">26.4px</dimen>
<dimen name="module_call_chat_team_head_view_left_margin">-6.6px</dimen>
<dimen name="module_call_chat_team_head_view_left_margin4">-66px</dimen>
<dimen name="module_call_chat_team_head_view_top_margin">19.8px</dimen>
<dimen name="module_call_chat_team_calling_top_margin">13px</dimen>
<dimen name="module_call_chat_team_calling_left_margin">14.6px</dimen>
<dimen name="module_call_chat_team_calling_size">18px</dimen>
<dimen name="module_call_chat_team_info_size">14px</dimen>
<dimen name="module_call_chat_team_info_bottom_margin">11px</dimen>
<dimen name="module_call_chat_team_info_left_margin">14.6px</dimen>
<dimen name="module_call_chat_team_quit_view_width">43.4px</dimen>
<dimen name="module_call_chat_team_quit_view_height">43.4px</dimen>
<dimen name="module_call_chat_team_quit_right_margin">16.5px</dimen>
<dimen name="module_call_chat_team_view_line_margin_top_bottom">25px</dimen>
<dimen name="module_call_chat_team_fragment_margin">10px</dimen>
<dimen name="module_call_chat_team_fragment_padding">28px</dimen>
<dimen name="module_call_chat_team_fragment_num_text_size">20px</dimen>
<dimen name="module_call_chat_team_fragment_close_view_width">44px</dimen>
<dimen name="module_call_chat_team_fragment_close_view_height">44px</dimen>
<dimen name="module_call_chat_team_fragment_teammates__margin_top">14px</dimen>
<dimen name="module_call_chat_team_teammate_margin">8px</dimen>
<dimen name="module_call_chat_team_teammate_padding">14px</dimen>
<dimen name="module_call_chat_team_teammate_height">86px</dimen>
<dimen name="module_call_chat_team_teammate_head_width">56px</dimen>
<dimen name="module_call_chat_team_teammate_head_height">56px</dimen>
<dimen name="module_call_chat_team_teammate_nickname_margin_left">12.4px</dimen>
<dimen name="module_call_chat_team_teammate_nickname_text_size">18px</dimen>
<dimen name="module_call_chat_team_teammate_identity_width">54px</dimen>
<dimen name="module_call_chat_team_teammate_identity_height">26px</dimen>
<dimen name="module_call_chat_team_teammate_identity_text_size">15px</dimen>
<dimen name="module_call_chat_team_invitation_layout_height">138px</dimen>
<dimen name="module_call_chat_team_invitation_padding">21px</dimen>
<dimen name="module_call_chat_team_invitation_margin">18px</dimen>
<dimen name="module_call_chat_team_invitation_height">122px</dimen>
<dimen name="module_call_chat_team_invitation_head_width">82px</dimen>
<dimen name="module_call_chat_team_invitation_head_height">82px</dimen>
<dimen name="module_call_chat_team_invitation_title_width">66px</dimen>
<dimen name="module_call_chat_team_invitation_title_height">26px</dimen>
<dimen name="module_call_chat_team_invitation_title_margin_left">12px</dimen>
<dimen name="module_call_chat_team_invitation_title_margin_top">30px</dimen>
<dimen name="module_call_chat_team_invitation_title_text_size">14px</dimen>
<dimen name="module_call_chat_team_invitation_content_margin_left">12px</dimen>
<dimen name="module_call_chat_team_invitation_content_margin_bottom">30px</dimen>
<dimen name="module_call_chat_team_invitation_content_text_size">18px</dimen>
<dimen name="module_call_chat_team_invitation_join_width">54px</dimen>
<dimen name="module_call_chat_team_invitation_join_height">54px</dimen>
<dimen name="module_call_chat_team_invitation_join_margin_right">20px</dimen>
</resources>

View File

@@ -1,99 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<dimen name="module_call_chat_state_location_y">467px</dimen>
<dimen name="module_call_chat_state_location_x">573px</dimen>
<dimen name="module_call_chat_state_width">338px</dimen>
<dimen name="module_call_chat_state_height">82px</dimen>
<dimen name="module_call_chat_user_state_location_x">1543px</dimen>
<dimen name="module_call_chat_user_state_location_y">0px</dimen>
<dimen name="module_call_chat_user_state_x">347px</dimen>
<dimen name="module_call_chat_user_state_y">374px</dimen>
<dimen name="module_call_chat_user_caller_x">310px</dimen>
<dimen name="module_call_chat_view_width">422px</dimen>
<dimen name="module_call_chat_view_match_width">260px</dimen>
<dimen name="module_call_chat_view_height">87px</dimen>
<dimen name="module_call_chat_view_margin_end">27px</dimen>
<dimen name="module_call_chat_match_view_left_margin">23px</dimen>
<dimen name="module_call_chat_match_view_right_margin">27px</dimen>
<dimen name="module_call_chat_match_view_line_margin_top_bottom">25px</dimen>
<dimen name="module_call_chat_match_iv_width">60px</dimen>
<dimen name="module_call_chat_match_iv_height">54px</dimen>
<dimen name="module_call_chat_match_iv_left_margin">28px</dimen>
<dimen name="module_call_chat_match_text_size">22px</dimen>
<dimen name="module_call_chat_matching_text_size">22px</dimen>
<dimen name="module_call_chat_calling_text_name_size">24px</dimen>
<dimen name="module_call_chat_calling_text_time_size">17px</dimen>
<dimen name="module_call_chat_calling_text_margin_top_bottom">15px</dimen>
<dimen name="module_call_chat_calling_iv_margin_left_right">23px</dimen>
<dimen name="module_call_chat_calling_iv_width_height">58px</dimen>
<dimen name="module_call_chat_state_close_icon_width">55px</dimen>
<dimen name="module_call_chat_state_user_head_width">97px</dimen>
<dimen name="module_call_chat_state_close_margin">13px</dimen>
<dimen name="module_call_chat_state_head_margin_top">75px</dimen>
<dimen name="module_call_chat_state_head_border">9px</dimen>
<dimen name="module_call_chat_state_nick_name_margin_top">9px</dimen>
<dimen name="module_call_chat_state_nick_name_size">23px</dimen>
<dimen name="module_call_chat_state_rating_margin_top">10px</dimen>
<dimen name="module_call_chat_state_caller_height">60px</dimen>
<dimen name="module_call_chat_state_caller_margin_bottom">20px</dimen>
<dimen name="module_call_chat_state_caller_margin_left_right">45px</dimen>
<dimen name="module_call_chat_state_caller_drawable_padding">13px</dimen>
<dimen name="module_call_chat_state_caller_text_size">17px</dimen>
<dimen name="module_call_chat_team_head_view_width">48px</dimen>
<dimen name="module_call_chat_team_head_view_height">48px</dimen>
<dimen name="module_call_chat_team_head_view_left_margin">-12px</dimen>
<dimen name="module_call_chat_team_head_view_left_margin4">-120px</dimen>
<dimen name="module_call_chat_team_head_view_top_margin">19.8px</dimen>
<dimen name="module_call_chat_team_calling_top_margin">13px</dimen>
<dimen name="module_call_chat_team_calling_left_margin">16px</dimen>
<dimen name="module_call_chat_team_calling_size">18px</dimen>
<dimen name="module_call_chat_team_info_size">14px</dimen>
<dimen name="module_call_chat_team_info_bottom_margin">13px</dimen>
<dimen name="module_call_chat_team_info_left_margin">16px</dimen>
<dimen name="module_call_chat_team_quit_view_width">43.4px</dimen>
<dimen name="module_call_chat_team_quit_view_height">43.4px</dimen>
<dimen name="module_call_chat_team_quit_right_margin">16px</dimen>
<dimen name="module_call_chat_team_fragment_margin">10px</dimen>
<dimen name="module_call_chat_team_fragment_padding">28px</dimen>
<dimen name="module_call_chat_team_fragment_num_text_size">20px</dimen>
<dimen name="module_call_chat_team_fragment_close_view_width">44px</dimen>
<dimen name="module_call_chat_team_fragment_close_view_height">44px</dimen>
<dimen name="module_call_chat_team_fragment_teammates__margin_top">14px</dimen>
<dimen name="module_call_chat_team_teammate_margin">8px</dimen>
<dimen name="module_call_chat_team_teammate_padding">14px</dimen>
<dimen name="module_call_chat_team_teammate_height">86px</dimen>
<dimen name="module_call_chat_team_teammate_head_width">56px</dimen>
<dimen name="module_call_chat_team_teammate_head_height">56px</dimen>
<dimen name="module_call_chat_team_teammate_nickname_margin_left">12.4px</dimen>
<dimen name="module_call_chat_team_teammate_nickname_text_size">18px</dimen>
<dimen name="module_call_chat_team_teammate_identity_width">54px</dimen>
<dimen name="module_call_chat_team_teammate_identity_height">26px</dimen>
<dimen name="module_call_chat_team_teammate_identity_text_size">15px</dimen>
<dimen name="module_call_chat_team_invitation_padding">21px</dimen>
<dimen name="module_call_chat_team_invitation_margin">18px</dimen>
<dimen name="module_call_chat_team_invitation_height">122px</dimen>
<dimen name="module_call_chat_team_invitation_head_width">82px</dimen>
<dimen name="module_call_chat_team_invitation_head_height">82px</dimen>
<dimen name="module_call_chat_team_invitation_title_width">66px</dimen>
<dimen name="module_call_chat_team_invitation_title_height">26px</dimen>
<dimen name="module_call_chat_team_invitation_title_margin_left">12px</dimen>
<dimen name="module_call_chat_team_invitation_title_margin_top">9px</dimen>
<dimen name="module_call_chat_team_invitation_title_text_size">14px</dimen>
<dimen name="module_call_chat_team_invitation_content_margin_left">12px</dimen>
<dimen name="module_call_chat_team_invitation_content_margin_bottom">9px</dimen>
<dimen name="module_call_chat_team_invitation_content_text_size">18px</dimen>
<dimen name="module_call_chat_team_invitation_join_width">54px</dimen>
<dimen name="module_call_chat_team_invitation_join_height">54px</dimen>
<dimen name="module_call_chat_team_invitation_join_margin_right">20px</dimen>
</resources>

View File

@@ -1,102 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<dimen name="module_call_chat_state_location_y">467px</dimen>
<dimen name="module_call_chat_state_location_x">573px</dimen>
<dimen name="module_call_chat_state_width">338px</dimen>
<dimen name="module_call_chat_state_height">82px</dimen>
<dimen name="module_call_chat_user_state_location_x">1543px</dimen>
<dimen name="module_call_chat_user_state_location_y">0px</dimen>
<dimen name="module_call_chat_user_state_x">411px</dimen>
<dimen name="module_call_chat_user_state_y">474px</dimen>
<dimen name="module_call_chat_user_caller_x">161px</dimen>
<dimen name="module_call_chat_view_width">338px</dimen>
<dimen name="module_call_chat_view_match_width">260px</dimen>
<dimen name="module_call_chat_view_height">82px</dimen>
<dimen name="module_call_chat_view_margin_end">27px</dimen>
<dimen name="module_call_chat_match_view_left_margin">23px</dimen>
<dimen name="module_call_chat_match_view_right_margin">27px</dimen>
<dimen name="module_call_chat_match_view_line_margin_top_bottom">25px</dimen>
<dimen name="module_call_chat_match_iv_width">60px</dimen>
<dimen name="module_call_chat_match_iv_height">54px</dimen>
<dimen name="module_call_chat_match_iv_left_margin">28px</dimen>
<dimen name="module_call_chat_match_text_size">22px</dimen>
<dimen name="module_call_chat_matching_text_size">22px</dimen>
<dimen name="module_call_chat_calling_text_name_size">18px</dimen>
<dimen name="module_call_chat_calling_text_time_size">14px</dimen>
<dimen name="module_call_chat_calling_text_margin_top_bottom">6px</dimen>
<dimen name="module_call_chat_calling_iv_margin_left_right">18px</dimen>
<dimen name="module_call_chat_calling_iv_width_height">44px</dimen>
<dimen name="module_call_chat_state_close_icon_width">45.8px</dimen>
<dimen name="module_call_chat_state_user_head_width">83.3px</dimen>
<dimen name="module_call_chat_state_close_margin">16.6px</dimen>
<dimen name="module_call_chat_state_head_margin_top">88.3px</dimen>
<dimen name="module_call_chat_state_head_border">5px</dimen>
<dimen name="module_call_chat_state_nick_name_margin_top">10px</dimen>
<dimen name="module_call_chat_state_nick_name_size">22px</dimen>
<dimen name="module_call_chat_state_rating_margin_top">10px</dimen>
<dimen name="module_call_chat_state_caller_height">56px</dimen>
<dimen name="module_call_chat_state_caller_margin_bottom">30px</dimen>
<dimen name="module_call_chat_state_caller_margin_left_right">39px</dimen>
<dimen name="module_call_chat_state_caller_padding_left">30px</dimen>
<dimen name="module_call_chat_state_caller_drawable_padding">13px</dimen>
<dimen name="module_call_chat_state_caller_text_size">17px</dimen>
<dimen name="module_call_chat_team_head_view_width">26.4px</dimen>
<dimen name="module_call_chat_team_head_view_height">26.4px</dimen>
<dimen name="module_call_chat_team_head_view_left_margin">-6.6px</dimen>
<dimen name="module_call_chat_team_head_view_left_margin4">-66px</dimen>
<dimen name="module_call_chat_team_head_view_top_margin">19.8px</dimen>
<dimen name="module_call_chat_team_calling_top_margin">13px</dimen>
<dimen name="module_call_chat_team_calling_left_margin">14.6px</dimen>
<dimen name="module_call_chat_team_calling_size">18px</dimen>
<dimen name="module_call_chat_team_info_size">14px</dimen>
<dimen name="module_call_chat_team_info_bottom_margin">11px</dimen>
<dimen name="module_call_chat_team_info_left_margin">14.6px</dimen>
<dimen name="module_call_chat_team_quit_view_width">43.4px</dimen>
<dimen name="module_call_chat_team_quit_view_height">43.4px</dimen>
<dimen name="module_call_chat_team_quit_right_margin">16.5px</dimen>
<dimen name="module_call_chat_team_view_line_margin_top_bottom">25px</dimen>
<dimen name="module_call_chat_team_fragment_margin">10px</dimen>
<dimen name="module_call_chat_team_fragment_padding">28px</dimen>
<dimen name="module_call_chat_team_fragment_num_text_size">20px</dimen>
<dimen name="module_call_chat_team_fragment_close_view_width">44px</dimen>
<dimen name="module_call_chat_team_fragment_close_view_height">44px</dimen>
<dimen name="module_call_chat_team_fragment_teammates__margin_top">14px</dimen>
<dimen name="module_call_chat_team_teammate_margin">8px</dimen>
<dimen name="module_call_chat_team_teammate_padding">14px</dimen>
<dimen name="module_call_chat_team_teammate_height">86px</dimen>
<dimen name="module_call_chat_team_teammate_head_width">56px</dimen>
<dimen name="module_call_chat_team_teammate_head_height">56px</dimen>
<dimen name="module_call_chat_team_teammate_nickname_margin_left">12.4px</dimen>
<dimen name="module_call_chat_team_teammate_nickname_text_size">18px</dimen>
<dimen name="module_call_chat_team_teammate_identity_width">54px</dimen>
<dimen name="module_call_chat_team_teammate_identity_height">26px</dimen>
<dimen name="module_call_chat_team_teammate_identity_text_size">15px</dimen>
<dimen name="module_call_chat_team_invitation_layout_height">138px</dimen>
<dimen name="module_call_chat_team_invitation_padding">21px</dimen>
<dimen name="module_call_chat_team_invitation_margin">18px</dimen>
<dimen name="module_call_chat_team_invitation_height">122px</dimen>
<dimen name="module_call_chat_team_invitation_head_width">82px</dimen>
<dimen name="module_call_chat_team_invitation_head_height">82px</dimen>
<dimen name="module_call_chat_team_invitation_title_width">66px</dimen>
<dimen name="module_call_chat_team_invitation_title_height">26px</dimen>
<dimen name="module_call_chat_team_invitation_title_margin_left">12px</dimen>
<dimen name="module_call_chat_team_invitation_title_margin_top">30px</dimen>
<dimen name="module_call_chat_team_invitation_title_text_size">14px</dimen>
<dimen name="module_call_chat_team_invitation_content_margin_left">12px</dimen>
<dimen name="module_call_chat_team_invitation_content_margin_bottom">30px</dimen>
<dimen name="module_call_chat_team_invitation_content_text_size">18px</dimen>
<dimen name="module_call_chat_team_invitation_join_width">54px</dimen>
<dimen name="module_call_chat_team_invitation_join_height">54px</dimen>
<dimen name="module_call_chat_team_invitation_join_margin_right">20px</dimen>
</resources>

View File

@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="module_call_chat_state_location_hawk_eye_x">40px</dimen>
<dimen name="module_call_chat_state_location_hawk_eye_y">1160px</dimen>
<dimen name="module_call_chat_state_hawk_eye_width">460px</dimen>
<dimen name="module_call_chat_state_hawk_eye_height">144px</dimen>
<dimen name="module_call_chat_state_incoming_hawk_eye_width">560px</dimen>
@@ -9,8 +7,6 @@
<dimen name="module_call_chat_state_incoming_hawk_eye_margin_left">20px</dimen>
<dimen name="module_call_chat_state_incoming_hawk_eye_call_margin_right">30px</dimen>
<dimen name="module_call_chat_calling_bg_radius">30px</dimen>
<dimen name="module_call_chat_matching_textsize">28px</dimen>
<dimen name="module_call_chat_matching_text_size">24px</dimen>
<dimen name="module_call_chat_calling_iv_hawk_eye_width_height">144px</dimen>
<dimen name="module_call_chat_hawk_eye_circle_btn_size">88px</dimen>
<dimen name="module_call_chat_hawk_eye_incoming_circle_btn_size">86px</dimen>
@@ -18,12 +14,5 @@
<dimen name="module_call_chat_calling_text_hawk_eye_margin_top_bottom">26px</dimen>
<dimen name="module_call_chat_calling_text_hawk_eye_time_size">24px</dimen>
<dimen name="module_call_chat_calling_text_hawk_eye_name_size">40px</dimen>
<dimen name="module_call_chat_team_ll_head_width">144px</dimen>
<dimen name="module_call_chat_team_num_width">106px</dimen>
<dimen name="module_call_chat_team_num_text_size">40px</dimen>
<dimen name="module_call_chat_team_info_margin_bottom">27px</dimen>
<dimen name="module_call_chat_team_info_text_size">24px</dimen>
<dimen name="module_call_chat_team_chatting_margin_top">27px</dimen>
<dimen name="module_call_chat_team_chatting_text_size">34px</dimen>
<dimen name="module_call_chat_incoming_aisdk_tag_width">139px</dimen>
</resources>

View File

@@ -1,14 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="module_carchatting_nick_color">#FFFFFF</color>
<color name="module_carchatting_white_color">#FFFFFF</color>
<color name="module_carchatting_red_color">#EE433E</color>
<color name="module_carchatting_status_color">#7FFFFFFF</color>
<color name="module_carchatting_hawk_eye_status_color">#B5B5B5</color>
<color name="module_carchatting_match_line">#66D8D8D8</color>
<color name="module_carchatting_team_line">#66D8D8D8</color>
<color name="module_carchatting_user_call">#FFFFFF</color>
<color name="module_carchatting_team_leader">#FFFFFF</color>
</resources>

View File

@@ -1,33 +1,3 @@
<resources>
<string name="app_name">CarChatting</string>
<string name="module_car_chat_already_cancel">已取消</string>
<string name="module_car_chat_ok">好的</string>
<string name="module_distance_metre">%1$sm</string>
<string name="module_distance_kilometre">%1$skm</string>
<string name="module_car_chat_user_info_null">用户信息缺失,请稍后再试</string>
<string name="module_car_chat_self_error">拨打电话失败,不能打点话给自己</string>
<string name="module_car_chat_call_hangup">已挂断</string>
<string name="module_car_chat_call_refuse">对方无应答</string>
<string name="module_car_chat_can_not_call">正在通话中,请稍后再试</string>
<string name="module_car_chat_match_less">当前匹配人数较少,请稍后重试</string>
<string name="module_car_chat_user_caller">打电话</string>
<string name="module_car_chat_user_join_team">加入车队</string>
<string name="module_car_chat_match_tip">匹配车友聊天</string>
<string name="module_car_chat_matching">正在为您匹配车友...</string>
<string name="module_car_chat_matching_cancel">取消</string>
<string name="module_car_chat_matching_wait">等待接听</string>
<string name="module_car_chat_team_calling">车队通话中...</string>
<string name="module_car_chat_team_info">点击查看信息</string>
<string name="module_car_chat_team_quit">退出车队</string>
<string name="module_car_chat_network_error">请检查网络状态</string>
<string name="module_car_chat_invitation_window">车友%1$s邀请你加入车队</string>
<string name="module_car_chat_team_invited">已邀请</string>
<string name="module_car_chat_in_the_team">对方已有车队</string>
<string name="module_car_chat_team_invited_prompt">有车友邀请你加入车队,你可以对我说,加入或拒绝</string>
<string name="module_car_chat_error_call_test">SN 不能为 null</string>
<string name="module_car_chat_joined_team">已加入车队,你可以直接跟队友通话</string>
<string name="module_car_chat_vehicle_dismiss">车队已解散</string>
<string name="module_car_chat_in_call">当前正在通话中</string>
<string name="module_car_chat_hangup_fail">挂断失败</string>
</resources>