Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对这个主题有疑问:同步 ScrollView 滚动位置 - android
我试图理解这一点,看起来没问题,但我不明白如何在本主题的 XML 文件中声明这一切工作。
请告诉我正确的 XML 文件。这对我来说非常重要。
首先,您需要复制ObservableScrollView到您的应用程序包中,然后复制到您的 xml 文件中。将其定义为使用您的包名称,例如com.<your package name>.ObservableScrollView:
ObservableScrollView
com.<your package name>.ObservableScrollView
<"change to your package name".ObservableScrollView android:id="@+id/scrollview1" ... > ... </"change to your package name".ObservableScrollView>