<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns: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="match_parent" tools:context=".views.FavoritesBooksFragment"> <!-- TODO: Update blank fragment layout --> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <TextView android:id="@+id/textView3" android:layout_width="match_parent" android:layout_height="35dp" android:text="いいねした投稿" android:textAlignment="center" android:textColor="@color/black" android:textSize="20sp" /> <androidx.recyclerview.widget.RecyclerView android:id="@+id/my_favorites_list" android:layout_width="match_parent" android:layout_height="606dp" /> </LinearLayout> </FrameLayout>