This commit is contained in:
lunaticbum
2024-10-16 15:59:59 +09:00
parent 8cd2ffc16d
commit 3f2a92b880
10 changed files with 315 additions and 24 deletions
@@ -2,7 +2,8 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="100dp"
android:layout_height="match_parent"
android:clipToPadding="false"
android:padding="@dimen/twelve"
android:clickable="true"
@@ -13,11 +14,11 @@
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="match_parent">
<TextView
android:id="@+id/logs"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
android:layout_height="match_parent"/>
</ScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>