如果我在某个样式上具有特定高度的特定“android:layout_height”,则子布局需要特定

时间:2011-06-23 01:24:57

标签: android xml layout

我有以下与风格有关的问题及其继承其风格的孩子。

家长:

    40dip     0dp     0.5

儿童:

            ***<item name="android:layout_height">wrap_content</item>***
    <item name="android:layout_width">fill_parent</item>
    <item name="android:layout_gravity">center_vertical</item>
    <item name="android:layout_marginBottom">3dip</item>
    <item name="android:gravity">center_vertical</item>
    <item name="android:textSize">21dip</item>  

在儿童风格中,如果我包括,则包装为<_ptent

它将覆盖父级40到name =“android:layout_height”&gt; wrap_content

所以,在这种情况下,在儿童风格中,我需要包括fill_parents或其他东西。

到目前为止,我已经删除了它而没有指定任何layout_height ......它工作正常。

如果您对我的实施有任何建议,请告诉我。

感谢。

1 个答案:

答案 0 :(得分:0)

嗯,我想你给了父母的最大身高..并把孩子的内容包裹起来...所以如果有任何大于40 dp的内容比它要包装的话,并且会自动进入下一行推送其他内容有点下降。