diff --git a/app/src/main/res/layout/fragment_details_confirm.xml b/app/src/main/res/layout/fragment_details_confirm.xml index 9067b72d9e..83bbae68c9 100644 --- a/app/src/main/res/layout/fragment_details_confirm.xml +++ b/app/src/main/res/layout/fragment_details_confirm.xml @@ -80,11 +80,11 @@ android:id="@+id/btn_confirm" style="@style/TapBlackButton" android:layout_width="0dp" - android:layout_height="48dp" + android:layout_height="wrap_content" android:layout_marginStart="7dp" android:layout_marginTop="30dp" android:layout_marginEnd="16dp" - tools:text="@string/common_save" + tools:text="@string/details_row_title_reset_factory_settings" tools:icon="@drawable/ic_send" app:layout_constraintStart_toEndOf="@+id/guideline" app:layout_constraintEnd_toEndOf="parent"