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
An updated Answer: Since API 14, you can use "Space" View, as described in the documentation.
Space is a lightweight View subclass that may be used to create gaps between components in general purpose layouts.