我是android新手,完全有5张图片......
两个主要按钮是向上和向下箭头(图像按钮)...和三个图像(图像按钮)...
如果我点击向下箭头,它应该逐个关注图像按钮,如果我点击向上箭头,反之亦然...提前感谢...
<ImageButton
android:id="@+id/ib_movies"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:background="@drawable/img_trailer" />
<ImageButton
android:id="@+id/ib_movies"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:background="@drawable/img_trailer" />
<ImageButton
android:id="@+id/ib_movies"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:background="@drawable/img_trailer" />
<ImageButton
android:id="@+id/iv_up_arrow"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/up_arrow" />
<ImageButton
android:id="@+id/iv_down_arrow"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/down_arrow" />