Merge pull request #475 from MovTery/main

调整主Activity按钮的左右间隔
This commit is contained in:
ShirosakiMio 2024-07-25 17:29:35 +08:00 committed by GitHub
commit d209c33892
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -256,6 +256,7 @@
android:layout_height="wrap_content"
android:text="@string/jar_execute"
android:layout_marginBottom="10dp"
android:layout_marginHorizontal="8dp"
app:ripple="true"
app:layout_constraintBottom_toTopOf="@id/launch"/>
@ -264,6 +265,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/launch"
android:layout_marginHorizontal="8dp"
app:ripple="true"
app:layout_constraintBottom_toBottomOf="parent"/>