diff --git a/app/src/main/res/layout/custom_dialog_layout_two_button.xml b/app/src/main/res/layout/custom_dialog_layout_two_button.xml
index a9d4246..6a21cbc 100644
--- a/app/src/main/res/layout/custom_dialog_layout_two_button.xml
+++ b/app/src/main/res/layout/custom_dialog_layout_two_button.xml
@@ -1,117 +1,105 @@
-
+ tools:ignore="MissingDefaultResource">
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+ android:text="@string/button_ok"
+ android:textAlignment="center"
+ android:textColor="#212121"
+ android:textSize="16sp" />
+
+ android:text="@string/button_cancel"
+ android:textAlignment="center"
+ android:textColor="#212121"
+ android:textSize="16sp" />
-
\ No newline at end of file
+
+
+
+
\ No newline at end of file