Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
fixed button position in update center
Browse files Browse the repository at this point in the history
  • Loading branch information
X1nto committed Jul 5, 2020
1 parent 87964d1 commit 3ca8235
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/layout/fragment_update_check.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@

<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:layout_gravity="center">

<com.google.android.material.button.MaterialButton
android:id="@+id/update_center_dismiss"
Expand All @@ -64,7 +65,7 @@
android:id="@+id/update_center_update"
style="@style/ButtonStyle"
android:layout_marginStart="4dp"
android:text="Update" />
android:text="@string/update" />

<com.google.android.material.button.MaterialButton
android:id="@+id/update_center_recheck"
Expand Down

0 comments on commit 3ca8235

Please sign in to comment.