20 lines
627 B
XML
20 lines
627 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_195">
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_img"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:scaleType="fitXY"/>
|
|
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_voice_start"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerInParent="true"
|
|
android:src="@mipmap/default_image"/>
|
|
|
|
</RelativeLayout> |