1.Layout fix

This commit is contained in:
ZaneYork 2020-06-23 17:31:51 +08:00
parent c1e7887004
commit b15b84dc95
1 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/text_install_tip1"
android:layout_marginTop="16dp"
android:layout_marginTop="10dp"
android:text="@string/text_install_tip2"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
@ -61,7 +61,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/text_install_tip2"
android:layout_marginTop="16dp"
android:layout_marginTop="10dp"
android:text="@string/smapi_version"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
@ -81,7 +81,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
app:layout_constraintGuide_begin="50dp" />
app:layout_constraintGuide_begin="10dp" />
<androidx.constraintlayout.widget.Guideline
android:id="@+id/guideline_h4"