add light mode res
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package com.mogo.service.fragmentmanager;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
import androidx.fragment.app.Fragment;
|
||||
import androidx.fragment.app.FragmentActivity;
|
||||
|
||||
import com.alibaba.android.arouter.facade.template.IProvider;
|
||||
|
||||
public
|
||||
/**
|
||||
* @author congtaowang
|
||||
* @since 2020/9/1
|
||||
*
|
||||
* 描述
|
||||
*/
|
||||
interface IFragmentProvider extends IProvider {
|
||||
|
||||
Fragment createFragment( FragmentActivity activity, int containerId, Bundle date );
|
||||
}
|
||||
@@ -64,4 +64,12 @@ public interface IMogoFragmentManager extends IProvider {
|
||||
* @param containerId
|
||||
*/
|
||||
void init( AppCompatActivity activity, int containerId );
|
||||
|
||||
/**
|
||||
* 缓存历史消息
|
||||
* @param layoutId
|
||||
*/
|
||||
void initMessageHistoryContainerId(int layoutId);
|
||||
|
||||
int getMessageHistoryContainerId();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user