<RelativeLayout xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
android:gravity=
"fill_horizontal"
tools:context=
"com.example.ad.MainActivity"
>
<ImageView
android:id=
"@+id/imageView1"
android:layout_alignParentBottom=
"true"
"wrap_content"
android:adjustViewBounds=
android:src=
"@drawable/a"
/>
</RelativeLayout>
어플하단에 광고이미지를 넣어서 3개를 번갈아가면서 보여주려고 하는데요
이미지뷰를 이용해서 이미지를 넣고 페이지를 이동해도 계속 나오게 하고 광고이미지 위 화면과 이미지뷰가 따로 작동되게 하려면 어떻게 해야할까요;;