2 Line EditText in Android
How to create 2 line EditText in android? It is quite easy to create the two line EditText in android, you just have to add few lines of code for this. A simple example is as given below. For showing two line EditText at starting it is simple tricks of…