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

要是把按钮设置在下方 怎么操作啊

三个按钮设置在底部,一开始在布局文件linearLayout怎么写啊

正在回答

2 回答

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">

    <include layout="@layout/top1" />



    <android.support.v4.view.ViewPager
        android:id="@+id/viewPager"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1"
     />

    <include layout="@layout/top2" />

</LinearLayout>

top2放在viewpager下面

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

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
   xmlns:tools="http://schemas.android.com/tools"
   android:layout_width="match_parent"
   android:layout_height="match_parent"
   android:orientation="vertical">

   <include layout="@layout/top1" />



   <android.support.v4.view.ViewPager
       android:id="@+id/viewPager"
       android:layout_width="match_parent"
       android:layout_height="0dp"
       android:layout_weight="1"
    />

   <include layout="@layout/top2" />

</LinearLayout>

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

举报

0/150
提交
取消
高仿微信5.2.1主界面及消息提醒
  • 参与学习       57932    人
  • 解答问题       173    个

本课程将带领大家从无到有的实现微信的整体界面

进入课程

要是把按钮设置在下方 怎么操作啊

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