equal
deleted
inserted
replaced
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 } |