36 lines
1.4 KiB
XML
36 lines
1.4 KiB
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/dp159">
|
|
<RelativeLayout
|
|
android:background="@drawable/shape_add_feedback_bg"
|
|
android:layout_width="@dimen/dp190"
|
|
android:layout_height="@dimen/dp130"
|
|
android:layout_centerInParent="true">
|
|
<ImageView
|
|
android:id="@+id/icon"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:scaleType="fitXY"/>
|
|
<ImageView
|
|
android:id="@+id/add_icon"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:src="@drawable/diy_user_add_icon"/>
|
|
<ImageView
|
|
android:id="@+id/play"
|
|
android:visibility="gone"
|
|
android:layout_width="@dimen/dp47"
|
|
android:layout_height="@dimen/dp47"
|
|
android:src="@drawable/icon_play"
|
|
android:layout_centerInParent="true"/>
|
|
</RelativeLayout>
|
|
<ImageView
|
|
android:id="@+id/delete_icon"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@drawable/feedback_ic_delete"
|
|
android:layout_alignParentTop="true"
|
|
android:layout_alignParentRight="true"/>
|
|
</RelativeLayout>
|