相亲模式坑位UI调整

This commit is contained in:
huangjian
2021-02-25 14:30:19 +08:00
parent cd49d1fa89
commit 6875eaa0f8
14 changed files with 204 additions and 225 deletions

View File

@@ -1,25 +0,0 @@
package com.yizhuan.xchat_android_library;
import android.app.Application;
import com.orhanobut.logger.AndroidLogAdapter;
import com.orhanobut.logger.Logger;
/**
* <p> </p>
*
* @author jiahui
* @date 2017/12/11
*/
public class CommonApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
Logger.addLogAdapter(new AndroidLogAdapter() {
@Override
public boolean isLoggable(int priority, String tag) {
return BuildConfig.DEBUG;
}
});
}
}