I am trying to make empty lines within android. This is what I have been doing:
android:layout_width=\"fill_parent\" android:layout_height=\"wrap_content\" an
Just add weightSum tag to linearlayout to 1 and for the corresponding view beneath it give layout_weight as .9 it will create a space between the views. You can experiment with the values to get appropriate value for you.
weightSum
linearlayout
layout_weight