Showing posts with label Edittext lines space. Show all posts
Showing posts with label Edittext lines space. Show all posts

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"


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...