src/com/beem/project/beem/ui/Beem.java
changeset 38 3e76846c48a9
parent 33 0e65d5f55d2f
child 45 ae035477b6aa
equal deleted inserted replaced
37:4145f456d73b 38:3e76846c48a9
    27     /**
    27     /**
    28      * Default constructor.
    28      * Default constructor.
    29      */
    29      */
    30     public Beem() {
    30     public Beem() {
    31 	super();
    31 	super();
    32 	mHandler= new Handler();
    32 	mHandler = new Handler();
    33     }
    33     }
    34 
    34 
    35     /**
    35     /**
    36      * Called when the activity is first created.
    36      * Called when the activity is first created.
    37      * @param savedInstanceState
    37      * @param savedInstanceState
   103 	if (jid.length() == 1)
   103 	if (jid.length() == 1)
   104 	    jid = getString(R.string.BeemCreateAccount);
   104 	    jid = getString(R.string.BeemCreateAccount);
   105 	mButton.setText(jid);
   105 	mButton.setText(jid);
   106     }
   106     }
   107 
   107 
   108     
       
   109 }
   108 }