将warning划分到hmi

This commit is contained in:
董宏宇
2021-08-05 12:16:30 +08:00
parent be361ca514
commit e8d3bc0612
47 changed files with 23 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.module.warning">
package="com.mogo.module.hmi.warning">
<application>

View File

@@ -1,4 +1,4 @@
package com.mogo.module.warning;
package com.mogo.module.hmi.warning;
import android.content.Context;
import android.os.Bundle;
@@ -7,7 +7,7 @@ import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import com.alibaba.android.arouter.facade.annotation.Route;
import com.mogo.module.warning.ui.MoGoWarningFragment;
import com.mogo.module.hmi.warning.ui.MoGoWarningFragment;
import com.mogo.service.MogoServicePaths;
import com.mogo.service.module.ModuleType;
import com.mogo.service.warning.IMoGoWaringProvider;

View File

@@ -1,4 +1,4 @@
package com.mogo.module.warning;
package com.mogo.module.hmi.warning;
/**
* @author xiaoyuzhou

View File

@@ -1,4 +1,4 @@
package com.mogo.module.warning;
package com.mogo.module.hmi.warning;
/**
* author : donghongyu

View File

@@ -1,4 +1,4 @@
package com.mogo.module.warning.notification;
package com.mogo.module.hmi.warning.notification;
import android.app.Service;
import android.content.Context;
@@ -8,7 +8,7 @@ import android.view.LayoutInflater;
import android.view.View;
import android.view.WindowManager;
import com.mogo.module.warning.R;
import com.mogo.module.hmi.warning.R;
/**
* @author xiaoyuzhou

View File

@@ -1,11 +1,11 @@
package com.mogo.module.warning.receiver
package com.mogo.module.hmi.warning.receiver
import android.content.BroadcastReceiver
import android.content.Context
import android.content.Intent
import com.alibaba.android.arouter.launcher.ARouter
import com.mogo.module.warning.WaringConst
import com.mogo.module.warning.WarningTypeEnum
import com.mogo.module.hmi.warning.WaringConst
import com.mogo.module.hmi.warning.WarningTypeEnum
import com.mogo.service.IMogoServiceApis
import com.mogo.service.MogoServicePaths
import com.mogo.service.warning.IMoGoWaringProvider

View File

@@ -1,4 +1,4 @@
package com.mogo.module.warning.ui
package com.mogo.module.hmi.warning.ui
import com.mogo.commons.mvp.IView

View File

@@ -1,8 +1,8 @@
package com.mogo.module.warning.ui
package com.mogo.module.hmi.warning.ui
import com.mogo.commons.mvp.MvpFragment
import com.mogo.module.warning.R
import com.mogo.module.warning.notification.WarningNotificationManager
import com.mogo.module.hmi.warning.R
import com.mogo.module.hmi.warning.notification.WarningNotificationManager
/**
* @author xiaoyuzhou

View File

@@ -1,10 +1,10 @@
package com.mogo.module.warning.ui
package com.mogo.module.hmi.warning.ui
import android.content.Context
import android.util.AttributeSet
import android.view.LayoutInflater
import androidx.constraintlayout.widget.ConstraintLayout
import com.mogo.module.warning.R
import com.mogo.module.hmi.warning.R
import kotlinx.android.synthetic.main.view_traffic_light_vr.view.*
/**

View File

@@ -1,4 +1,4 @@
package com.mogo.module.warning.ui
package com.mogo.module.hmi.warning.ui
import com.mogo.commons.mvp.Presenter

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -5,7 +5,7 @@
android:layout_height="match_parent">
<com.mogo.module.warning.ui.ViewTrafficLight
<com.mogo.module.hmi.warning.ui.ViewTrafficLight
android:id="@+id/viewTrafficLightVr"
android:layout_width="wrap_content"
android:layout_height="wrap_content"