<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:tools="http://schemas.android.com/tools">
<ImageView
android:id="@+id/requestingIconPic"
android:layout_width="35dp"
android:layout_height="50dp"
android:layout_weight="1"
tools:srcCompat="@tools:sample/avatars" />
<TextView
android:id="@+id/requestingName"
android:layout_width="200dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginBottom="20dp"
android:text="ネモフィラ 太郎" />
<Button
android:id="@+id/requestingDeleteButton"
android:layout_width="60dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:backgroundTint="#FF8372"
android:text="申請削除" />
</LinearLayout>