mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-27 05:23:00 +00:00
fixed button position in update center
This commit is contained in:
parent
87964d1fd7
commit
3ca8235964
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue