How to insert table of text into EditText

  • Replies:2
cybersun
  • Forum posts: 1

Apr 5, 2012, 8:46:33 AM via Website

Hi all,
I want to insert a table like MS Office word table into my EditText. My edittext contains many characters and paragraphs before inserting the EditText. I tried to create a custom EditText, but on onDraw() method, I dont know how to draw the table.
Pls give me the best solution for this.
Thanks.

Reply
Ashish Tripathi
  • Forum posts: 211

Feb 4, 2013, 1:26:37 PM via Website

either use grid layout or table layout with weight.

brief your requirement

Reply