Skip to content

Commit

Permalink
调整主Activity按钮的左右间隔
Browse files Browse the repository at this point in the history
  • Loading branch information
MovTery committed Jul 24, 2024
1 parent d0fd983 commit bb8bb53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FCL/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>

Expand All @@ -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"/>

Expand Down

0 comments on commit bb8bb53

Please sign in to comment.