Quantcast
Channel: How to make textview output the same as a multilined edittext? - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Yasir Ali for How to make textview output the same as a multilined...

your code looks fine try to replace temp.replace("\\n", "\n") to replace("\\n", System.getProperty("line.separator")) check using view hierarchy if your view have enough space to render other lines.To...

View Article



Answer by Nurkanat Khametov for How to make textview output the same as a...

android:layout_alignBottom="@+id/textView_raybae" This line in combination with android:layout_below="@+id/textView_out" causes size of your textView_comment strict between bottom lines of thus...

View Article

How to make textview output the same as a multilined edittext?

I have an EditText on an activity that is for multilined comments. I then store this value into a database, which on a ListView activity I use a custom cursor adapter to show the value again....

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images