采用FrameLayouts Touch的Android ViewPager

时间:2016-10-26 15:39:38

标签: android android-layout

在下面的Framelayout中,垂直部分的一半是图像viewpager,另一半是一些文本和按钮。当我点击viewpager图像时,下半部分将隐藏以将图像视为全屏。整个布局是垂直可移动的,当我垂直滑动新数据时。由于viewpager垂直滑动不起作用(当我把imageview而不是viewpager时没关系)。当我垂直滑动时,触摸屏会触发触摸。是否有任何方法可以禁用布局下半部分的viewpager触摸,或者当我垂直滑动时,应触发布局默认触摸,并在水平方向触摸视图。

(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp        0      0 0.0.0.0:25672           0.0.0.0:*               LISTEN      -               
tcp6       0      0 :::5672                 :::*                    LISTEN      -               
unix  2      [ ]         DGRAM                    15672    -    

The Parent PercentFrameLayout touch will trigger vertical swiping which now is not working because of viewpager

0 个答案:

没有答案