How do I get this result?
The3dotsinthisimagehavealreadybeenpressed.
Mylayout
<android.support.v7.widget.CardViewxmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_height="wrap_content"
android:layout_margin="3dp">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/imageComent"
android:background="@mipmap/ic_perfil"
android:layout_width="53dp"
android:layout_height="53dp" />
<TextView
android:id="@+id/messageComent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="8dp"
android:text="comentario"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
android:layout_below="@+id/nameComent"
android:layout_toRightOf="@+id/imageComent"
android:layout_toEndOf="@+id/imageComent" />
<TextView
android:id="@+id/nameComent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:layout_toEndOf="@+id/imageComent"
android:layout_toRightOf="@+id/imageComent"
android:padding="8dp"
android:scrollbarAlwaysDrawHorizontalTrack="false"
android:scrollbarAlwaysDrawVerticalTrack="false"
android:text="TextView" />
<ImageView
android:id="@+id/imageButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/messageComent"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:adjustViewBounds="false"
android:background="@drawable/ic_3pontos"
android:cropToPadding="false" />
</RelativeLayout>
</android.support.v7.widget.CardView>
ErrorrelatedtothequestionIhadlater Problem with PopupMenu Recycleradpter