如何在android中的Viewpager里面处理触摸事件Horizo​​ntalListScrollview或horizo​​ntalListview?

时间:2012-03-02 10:53:17

标签: android touch android-viewpager

我在HorizontalListView内实施了ViewPagerViewPager工作正常,但ViewPagerHorizontalListView)的孩子不会滚动。相反,整个页面滚动到下一个。当父母和孩子都有触摸事件时如何解决触摸事件?

在我的情况下ViewPager是父视图,它会使pager.xml

膨胀

pager.xml

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" >

    <com.geekyouup.paug.awesomepager.HorizontialListView
        android:id="@+id/listview"
        android:layout_width="fill_parent"
        android:layout_height="135dip"
        android:background="#ffffff"
        android:gravity="left" />

    <TextView
        android:id="@+id/t1"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="sagfjsdkfksjdfhkjs" />

    <TextView
        android:id="@+id/t2"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:text="he ha ha ha" />

</LinearLayout>

1 个答案:

答案 0 :(得分:0)

查看solution

并感谢谁让它成为可能:)