I have this edittext:
<EditText
android:id="@+id/editText1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_marginBottom="50dp"
android:padding="30dp"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:maxLength="170"
android:gravity="top|left"
android:lineSpacingMultiplier="1.8"
android:inputType="textMultiLine|textCapSentences" >
</EditText>
When i open it up the writing area is all blank, what i want is to create "lines", like a noteblock, is there any way to add this with code?