-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
public class MapOptionView extends LinearLayout implements View.OnClickListener {
public MapOptionView(Context context, AttributeSet attrs) {
super(context, attrs);
onCreate();
}
private void onCreate() {
LayoutInflater.from(getContext()).inflate(R.layout.fmd_map_option, this);
}
@Override
public void onClick(View v) {
}
}
如上代码,选布局文件,只生成了属性字段,对应的findById代码没有生成
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels