Merge remote-tracking branch 'origin/main'

This commit is contained in:
Asura146 2024-01-12 10:49:23 +09:00
commit 277999e536

View File

@ -6,9 +6,18 @@
tools:context=".NotificationFragment">
<!-- TODO: Update blank fragment layout -->
<TextView
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/hello_blank_fragment" />
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:scrollbars="vertical"/>
</LinearLayout>
</FrameLayout>