Adding blank spaces to layout

前端 未结 14 1265
深忆病人
深忆病人 2021-01-30 04:53

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         


        
14条回答
  •  轮回少年
    2021-01-30 05:33

    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.

提交回复
热议问题