|
@@ -31,7 +31,6 @@ import android.widget.ArrayAdapter;
|
|
|
import android.widget.BaseAdapter;
|
|
import android.widget.BaseAdapter;
|
|
|
import android.widget.Button;
|
|
import android.widget.Button;
|
|
|
import android.widget.CheckBox;
|
|
import android.widget.CheckBox;
|
|
|
-import android.widget.CompoundButton;
|
|
|
|
|
import android.widget.EditText;
|
|
import android.widget.EditText;
|
|
|
import android.widget.ImageView;
|
|
import android.widget.ImageView;
|
|
|
import android.widget.LinearLayout;
|
|
import android.widget.LinearLayout;
|
|
@@ -555,15 +554,6 @@ public class IOCOutMakeMaterialOper extends BaseFragment implements View.OnClick
|
|
|
mPrintDpi = SharedPreUtil.getInt(mActivity, "printDpi", 203);
|
|
mPrintDpi = SharedPreUtil.getInt(mActivity, "printDpi", 203);
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
- special_check.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
|
|
|
|
|
- @Override
|
|
|
|
|
- public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
|
|
|
|
|
- boolean checked = special_check.isChecked();
|
|
|
|
|
- Log.e("checked",checked+"");
|
|
|
|
|
- }
|
|
|
|
|
- });
|
|
|
|
|
-
|
|
|
|
|
btn_print.setOnClickListener(new View.OnClickListener() {
|
|
btn_print.setOnClickListener(new View.OnClickListener() {
|
|
|
@Override
|
|
@Override
|
|
|
public void onClick(View v) {
|
|
public void onClick(View v) {
|