我需要在android中滚动期间跟踪某个TableRow的y坐标。有谁知道怎么做?
对于后台,我的代码工作正常。我有一个以编程方式接受我的TableLayout的xml布局。这是一个片段
<ScrollView
android:id="@+id/my_scroller"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="50dip"
android:isScrollContainer="false" >
<LinearLayout
android:id="@+id/holder_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
</ScrollView>
同样,问题是:如何在android
中跟踪TableRow偏移量