VBMichi wrote:
> Hi slink,
>
> I exaktly see "This\nis\na\ntest!" as caption of the button.
> Also if I try "This \n is \n a \n test!".
>
>

really strange

maybe try:

Button b = (Button) findViewById(R.id.test);
char qqqq = b.getText().charAt(4);
Log.d("Test", "value " + (int) qqqq);

and see logcat output

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to