调整主Activity按钮的左右间隔

This commit is contained in:
movte 2024-07-24 22:58:27 +08:00
parent d0fd983c2e
commit bb8bb534bd
1 changed files with 2 additions and 0 deletions

View File

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