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

This reverts commit b4ba9308d2.
This commit is contained in:
r-ca 2023-12-16 22:04:43 +09:00
parent 16ec2b886d
commit 10b3b514d0
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

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