[add] 930-UI push弹框 交警详情
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
package com.mogo.eagle.core.function.check.view;
|
||||
|
||||
import android.content.Context;
|
||||
import android.util.AttributeSet;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
|
||||
import com.mogo.eagle.core.function.check.R;
|
||||
|
||||
import java.util.jar.Attributes;
|
||||
|
||||
/**
|
||||
* @author liujing
|
||||
* @description 描述
|
||||
* @since: 10/13/21
|
||||
*/
|
||||
public class CheckRecyclerFooter extends View {
|
||||
|
||||
public CheckRecyclerFooter(Context context, AttributeSet attributes) {
|
||||
super(context, attributes);
|
||||
LayoutInflater.from(context).inflate(R.layout.check_recycler_footer, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
|
||||
super.onMeasure(widthMeasureSpec, heightMeasureSpec);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user