Tuesday 4 October 2011

How to set space between Edittext lines android

In android we can set space between lines in Edittext using below attribute in Edittext.

Here XXX is a any value like... 1.3

    android:lineSpacingMultiplier="XXXdp"


No comments:

Post a Comment

Android SQLite Database Viewer or Debuging with Stetho

Every Android Developer uses SQLite Database to store data into the Android Application data. But to view the data in SQLite have a lot of...