|
|
|
@ -49,6 +49,7 @@ public class FowlActivity extends BaseActivity { |
|
|
|
private List<HatcheryBean> list; |
|
|
|
private List<Long> pianquid; |
|
|
|
private List<String> pianquname; |
|
|
|
private long pianqulong; |
|
|
|
@Override |
|
|
|
protected int setLayoutId() { |
|
|
|
return R.layout.act_poultrydailyreport; |
|
|
|
@ -117,6 +118,8 @@ public class FowlActivity extends BaseActivity { |
|
|
|
new DialogInterface.OnClickListener() { |
|
|
|
public void onClick(DialogInterface dialog, int which) { |
|
|
|
tv_toolbar_title.setText(items[which]); |
|
|
|
pianqulong = pianquid.get(which); |
|
|
|
|
|
|
|
dialog.dismiss(); |
|
|
|
} |
|
|
|
} |
|
|
|
|