1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-25 10:22:16 -05:00

JoinActivity: Set cursor position

This commit is contained in:
Sebastian Kaspari 2011-04-12 23:05:09 +02:00
parent dd07bd358a
commit b3fd4157dc

View File

@ -49,6 +49,8 @@ public class JoinActivity extends Activity implements OnClickListener
setContentView(R.layout.join);
((Button) findViewById(R.id.join)).setOnClickListener(this);
((EditText) findViewById(R.id.channel)).setSelection(1);
}
/**