Exemplo n.º 1
0
 public void onCreate(Bundle savedInstanceState) {
   super.onCreate(savedInstanceState);
   setCode(qlcCode);
   setIsTen(false);
   initViewItem();
   ballTable = itemViewArray.get(0).areaNums[0].table;
 }
Exemplo n.º 2
0
 public void onCreate(Bundle savedInstanceState) {
   super.onCreate(savedInstanceState);
   MAX_ZHU = 600;
   ALL_ZHU = 99;
   topLinear = (LinearLayout) findViewById(R.id.buy_zixuan_linear_top);
   topLinear.setVisibility(LinearLayout.VISIBLE);
   topLinearTwo = (LinearLayout) findViewById(R.id.buy_zixuan_linear_top_two);
   topLinearTwo.setVisibility(LinearLayout.VISIBLE);
   topButton = (RadioGroup) findViewById(R.id.buy_zixuan_radiogroup_top);
   initTopButton();
   topButton.setOnCheckedChangeListener(this);
   topButton.check(0);
 }
Exemplo n.º 3
0
 protected void onStart() {
   // TODO Auto-generated method stub
   super.onStart();
 }
Exemplo n.º 4
0
 protected void onPause() {
   // TODO Auto-generated method stub
   super.onPause();
 }