Я хочу установить изображение внизу. если можно как установить? это для моего XML-файла:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="match_parent">
<VideoView
android:id="@+id/VideoView01"
android:layout_width="wrap_content"
android:layout_height="500dip"
android:layout_centerVertical="true"/>
<Button
android:text="Back"
android:id="@+id/Button01"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</Button>
</RelativeLayout>
и это для моего экрана эмулятора:
теперь мои видео воспроизводятся в этом эмуляторе ... в то же время я хочу установить изображение в этом нижнем углу ....