1

我需要在 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 偏移量

4

0 回答 0