私は2つのシークバーを持っています。親指 2 を動かしたときにシークバー 1 の進行状況を確認したいのですが、助けてください。これは可能ですか?
android:id="@+id/seekbarone"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="3dp"
android:max="100"
android:maxHeight="8dp"
...
android:id="@+id/seekbartwo"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="3dp"
android:max="100"
android:maxHeight="8dp"
...