fragment_notification.xmlにリサイクラービューを追加しました。

This commit is contained in:
磯野 2024-01-12 10:46:28 +09:00
parent 02b4134d41
commit 8a753ef1fe

View File

@ -6,9 +6,18 @@
tools:context=".NotificationFragment">
<!-- TODO: Update blank fragment layout -->
<TextView
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="9"
>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/hello_blank_fragment" />
android:scrollbars="vertical"/>
</LinearLayout>
</FrameLayout>