public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); initArea(); createView(areaInfos, fc3dCode, this); baiBallTable = areaNums[0].table; shiBallTable = areaNums[1].table; geBallTable = areaNums[2].table; }
public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); LinearLayout toggleLinear = (LinearLayout) findViewById(R.id.buy_zixuan_linear_toggle); toggleLinear.setVisibility(LinearLayout.VISIBLE); zhuijiatouzhu = (ToggleButton) findViewById(R.id.dlt_zhuijia); zhuijiatouzhu.setOnCheckedChangeListener( new OnCheckedChangeListener() { public void onCheckedChanged(CompoundButton arg0, boolean isChecked) { if (isChecked) { singleLotteryValue = 3; betAndGift.setIssuper("0"); } else { singleLotteryValue = 2; betAndGift.setIssuper(""); } changeTextSumMoney(); } }); initDltNormalArea(); createView(dltNormalAreaInfos, dltNormalcode, this, true); redBallTable = areaNums[0].table; blueBallTable = areaNums[1].table; }
public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); init(); }