【问题标题】:Linear Layout Adjustment is Not able to set线性布局调整无法设置
【发布时间】:2017-07-18 08:40:28
【问题描述】:

如何在通话按钮下添加另一个按钮? 我应该怎么做才能让它掉下来呼叫按钮? 所以建议我

【问题讨论】:

  • 分享你写的xml布局
  • 分享你的代码
  • 贾斯汀接受答案,如果它对你有帮助

标签: android eclipse layout


【解决方案1】:

试试这个。

<LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical">
        <Button
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" 
            android:text="Call"/>
        <Button
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="OtherButton"/>
    </LinearLayout>

【讨论】:

    猜你喜欢
    • 2015-04-15
    • 1970-01-01
    • 1970-01-01
    • 2013-12-28
    • 1970-01-01
    • 1970-01-01
    • 2011-11-30
    • 2017-11-22
    • 1970-01-01
    相关资源
    最近更新 更多