[m1]
[1.0.0] [状态栏通过Arout获取]
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.mogo.eagle.core.function.api.hmi.view
|
||||
|
||||
import android.content.Context
|
||||
import android.view.View
|
||||
import android.widget.FrameLayout
|
||||
import com.alibaba.android.arouter.facade.template.IProvider
|
||||
|
||||
/**
|
||||
* 设置状态栏View
|
||||
*/
|
||||
interface IStatusViewLayout : IProvider{
|
||||
|
||||
/**
|
||||
* 提供状态栏View
|
||||
*/
|
||||
fun getStatusView(context: Context):View
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user