I read value from EditText and write it to TextView
editTitle1.addTextChangedListener(new TextWatcher() { public void afterTextChanged(Editable
Add the following 2 attributes to the TextView definition:
android:singleLine="false" android:maxems="10"