为了账号安全,请及时绑定邮箱和手机立即绑定

谁帮我看看最后两行怎么不对齐

http://img1.sycdn.imooc.com//57a445b20001124c02840134.jpg


    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:gravity="center"
        android:orientation="horizontal"
        android:layout_marginTop="10dp">

        <Button
           android:layout_width="match_parent"
           android:layout_height="match_parent"
           android:text="4"
           android:gravity="bottom|end"
           android:layout_weight="1"
           android:background="@drawable/white_selected"
           android:id="@+id/btn_4"/>
        <Button
           android:layout_width="match_parent"
           android:layout_height="match_parent"
           android:text="5"
           android:gravity="bottom|right"
           android:background="@drawable/white_selected"
           android:layout_weight="1"
           android:id="@+id/btn_5"
           android:layout_marginLeft="10dp"/>
        <Button
           android:layout_width="match_parent"
           android:layout_height="match_parent"
           android:text="6"
           android:background="@drawable/white_selected"
           android:gravity="bottom|right"
           android:layout_weight="1"
           android:id="@+id/btn_6"
           android:layout_marginLeft="10dp"/>
        <Button
           android:layout_width="match_parent"
           android:layout_height="match_parent"
           android:text="+"
           android:background="@drawable/white_selected"
           android:gravity="bottom|right"
           android:layout_weight="1"
           android:id="@+id/btn_add"
           android:layout_marginLeft="10dp"/>
    </LinearLayout>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:gravity="center"
        android:orientation="horizontal"
        android:layout_marginTop="10dp"
        >
        <LinearLayout
            android:layout_weight="3"
            android:layout_height="wrap_content"
            android:orientation="vertical"
            android:layout_marginRight="10dp">
            <LinearLayout android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:orientation="horizontal" >
                <Button android:layout_width="match_parent"
                           android:layout_height="match_parent"
                           android:text="1"
                           android:background="@drawable/white_selected"
                           android:gravity="bottom|right"
                           android:layout_weight="1"
                           android:id="@+id/btn_1"/>
                <Button android:layout_width="match_parent"
                           android:layout_height="match_parent"
                           android:text="2"
                           android:background="@drawable/white_selected"
                           android:gravity="bottom|right"
                           android:layout_weight="1"
                           android:id="@+id/btn_2"
                           android:layout_marginLeft="10dp"/>
                <Button android:layout_width="match_parent"
                           android:layout_height="match_parent"
                           android:text="3"
                           android:background="@drawable/white_selected"
                           android:gravity="bottom|right"
                           android:layout_weight="1"
                           android:id="@+id/btn_3"
                           android:layout_marginLeft="10dp"/>
            </LinearLayout>
            <LinearLayout android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:orientation="horizontal"  
                android:layout_marginTop="10dp">
                <Button
                           android:layout_height="match_parent"
                           android:text="0"
                           android:background="@drawable/white_selected"
                           android:gravity="bottom|right"
                           android:layout_weight="2"
                           android:id="@+id/btn_0"/>
                <Button
                           android:layout_height="match_parent"
                           android:text="."
                           android:background="@drawable/white_selected"
                           android:gravity="bottom|right"
                           android:layout_weight="1"
                           android:id="@+id/btn_point"
                           android:layout_marginLeft="10dp"/>
            </LinearLayout
        </LinearLayout>
        <Button
            android:layout_weight="1"
            android:layout_height="match_parent"
            android:background="@drawable/orange_selectorxml"
            android:layout_gravity="bottom|right"
               android:text="="
               android:id="@+id/btn_equal"/>
    </LinearLayout>
</LinearLayout>

正在回答

1 回答

把你项目发我邮箱,我帮你看看。1808570357@qq.com

0 回复 有任何疑惑可以回复我~
#1

囧恩_姜戈 提问者

虽然你的修改没有改对,但是还是感谢你
2016-08-12 回复 有任何疑惑可以回复我~
#2

ziom 回复 囧恩_姜戈 提问者

what? it's impossible
2016-08-12 回复 有任何疑惑可以回复我~

写计算器按钮的吗?用GridLayout试试

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android攻城狮的第一门课(入门篇)
  • 参与学习       312585    人
  • 解答问题       4633    个

想快速掌握Android应用开发基础,选择学习这门课程就对了。

进入课程

谁帮我看看最后两行怎么不对齐

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信