画像の上に画像、ビデオ サム、再生アイコンを配置したい。ビデオのサムネイル画像の中央に再生アイコンを配置したい。FrameLayout を使用していますが、再生アイコンが中央に表示されません。
私のXMLファイル..
<FrameLayout
android:id="@+id/frameLayout1"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
<ImageView
android:id="@+id/imageVideoThumb"
android:layout_width="120dp"
android:layout_height="120dp"
android:src="@drawable/ic_launcher" />
<ImageView
android:id="@+id/imagePlayIcon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/video_play_icon" />
</FrameLayout>
どのようにそれを作成することができます, 私を助けてください..