diff --git a/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/scenario/scene/seek/V2XSeekHelpDialog.java b/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/scenario/scene/seek/V2XSeekHelpDialog.java index ccab292a65..f75ff027e4 100644 --- a/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/scenario/scene/seek/V2XSeekHelpDialog.java +++ b/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/scenario/scene/seek/V2XSeekHelpDialog.java @@ -55,7 +55,7 @@ public class V2XSeekHelpDialog extends ConstraintLayout implements View.OnClickL private void init(Context context) { mContext = context; - LayoutInflater.from(context).inflate(R.layout.dialog_v2x_common, this); + LayoutInflater.from(context).inflate(R.layout.dialog_v2x_seek_help, this); tvContent = findViewById(R.id.tvDialogContent); tvLeft = findViewById(R.id.tvDialogLeft); tvRight = findViewById(R.id.tvDialogRight); diff --git a/modules/mogo-module-v2x/src/main/res/layout/dialog_v2x_common.xml b/modules/mogo-module-v2x/src/main/res/layout/dialog_v2x_seek_help.xml similarity index 100% rename from modules/mogo-module-v2x/src/main/res/layout/dialog_v2x_common.xml rename to modules/mogo-module-v2x/src/main/res/layout/dialog_v2x_seek_help.xml diff --git a/modules/mogo-module-v2x/src/main/res/layout/item_v2x_event_detail.xml b/modules/mogo-module-v2x/src/main/res/layout/item_v2x_event_detail.xml index cce3e0668c..8845ab2f25 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/item_v2x_event_detail.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/item_v2x_event_detail.xml @@ -121,9 +121,77 @@ app:miv_shape="circle" app:miv_shapeBorderWidth="@dimen/dp_4" /> - + + + + + + + + + + + \ No newline at end of file diff --git a/modules/mogo-module-v2x/src/main/res/layout/item_v2x_push_event_detail.xml b/modules/mogo-module-v2x/src/main/res/layout/item_v2x_push_event_detail.xml index b35fcaa60f..9c0ae5ec22 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/item_v2x_push_event_detail.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/item_v2x_push_event_detail.xml @@ -1,6 +1,7 @@ @@ -51,13 +52,69 @@ app:layout_constraintEnd_toEndOf="@+id/rlRoadEventList" app:layout_constraintStart_toStartOf="@+id/rlRoadEventList" /> - + app:layout_constraintTop_toTopOf="@+id/guideline1"> + + + + + + + + + + + \ No newline at end of file diff --git a/modules/mogo-module-v2x/src/main/res/layout/merge_view_bottom_button.xml b/modules/mogo-module-v2x/src/main/res/layout/merge_view_bottom_button.xml deleted file mode 100644 index cd3f4816a1..0000000000 --- a/modules/mogo-module-v2x/src/main/res/layout/merge_view_bottom_button.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/modules/mogo-module-v2x/src/main/res/layout/merge_view_event_button.xml b/modules/mogo-module-v2x/src/main/res/layout/merge_view_event_button.xml deleted file mode 100644 index 345e9ebc81..0000000000 --- a/modules/mogo-module-v2x/src/main/res/layout/merge_view_event_button.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file