How to divide screen into three parts vertically?
问题 I have screen with ScrollView and three different LinearLayouts . One LinearLayout contains a Spinner and second contains ListView and third contains two Buttons ( horizontal ). I want to display a screen that contains 3 LinearLayouts always displayed at bottom of screen and 1 LinearLayout always displayed on top. In middle part , i want to display ListView content. So that on whole screen there is no blank space present. I want to create screen for multiple devices which has different sizes.