基本的な画面レイアウトを作成

This commit is contained in:
nero 2023-12-18 15:57:48 +09:00
parent 99817d3e33
commit 99ad244376
2 changed files with 7 additions and 2 deletions

View File

@ -19,4 +19,10 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"/>
<ListView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/doclist"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>

View File

@ -1,4 +1,3 @@
<resources>
<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="app_name">Library</string>
</resources>