I am using MonoDevelop for Android and have a question about displaying text
in a TextView.
Here is my code:
string stringNameDisplayText = "Test Name";
string stringOwnerDisplayText = "Test Owner";
string stringAddressDisplayText = "Test Address";
All figured out. I had the wrong names for the different TextView objects.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Android-TextView-Layout-not-displaying-correctly-tp5712700p5712701.html
Sent from the Mono for Android mailing list archive at Nabble.com.
__