デバッグメニューレイアウト作りなおし WIP

This commit is contained in:
r-ca 2023-12-16 21:07:46 +09:00
parent 2ada626c04
commit b4ba9308d2
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -21,15 +21,23 @@
app:layout_constraintTop_toTopOf="parent" />
<ScrollView
android:layout_width="409dp"
android:layout_height="729dp"
tools:layout_editor_absoluteX="1dp"
tools:layout_editor_absoluteY="1dp">
android:layout_width="match_parent"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toBottomOf="@id/toolbar"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
android:orientation="vertical">
</LinearLayout>
</ScrollView>