当它上面的另一个在Android中不可见时,我如何在屏幕上移动布局?

时间:2011-07-13 06:43:18

标签: android android-layout

我的屏幕上有这种结构,屏幕上有+/-按钮。单击时 - LinearLayout_2中的ListView已设置为Invisible,我想在Listview隐藏/不可见时向上移动LinearLayout_3。

<RelativeLayout Id="1">
  <LinearLayout Id="2">
       <ListView />
  </LinearLayout>
  <LinearLayout Id="3" below="LinearLayout2"/>
</RelativeLayout>

1 个答案:

答案 0 :(得分:1)