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

QQ5.0侧滑效果和微信左右滑动的混合使用

QQ5.0的侧滑效果和微信的页面切换为什么不能同时使用,好像有冲突。问题是出在布局文件吗?还是其他原因?其他代码和老师一样。


其中activity_main.xml如下:


<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

    xmlns:chenyufeng="http://schemas.android.com/apk/res/com.imooc.baidumap"

    android:layout_width="match_parent"

    android:layout_height="match_parent" 

    android:orientation="horizontal">


    <com.imooc.view.SlidingMenu

        android:id="@+id/id_menu"

        android:layout_width="match_parent"

        android:layout_height="match_parent"

        android:background="@drawable/img_frame_background"

        android:scrollbars="none"

        chenyufeng:rightPadding="80dp" >


        <LinearLayout

            android:layout_width="wrap_content"

            android:layout_height="match_parent"

            android:orientation="horizontal" >


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

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

            

        </LinearLayout>

    </com.imooc.view.SlidingMenu>

</LinearLayout>



right_menu.xml如下:


<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

    android:layout_width="match_parent"

    android:layout_height="match_parent"

    android:orientation="vertical" 

    android:background="@drawable/qq">


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

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


    <android.support.v4.view.ViewPager

        android:id="@+id/id_viewpager"

        android:layout_width="match_parent"

        android:layout_height="0dp"

        android:layout_weight="1" />


</LinearLayout>


正在回答

3 回答

我也是这样 解决了吗


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

朋友你解决了吗,我跟你一个思路,左侧菜单栏侧滑可以但是主界面的三个fragment 只能显示第一个,不能滑动。

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

你有你那个老师的源码么,我也碰到这个问题,我想看看

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

举报

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

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

进入课程

QQ5.0侧滑效果和微信左右滑动的混合使用

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