diff --git a/app/build/intermediates/blame/res/debug/single/anim.json b/app/build/intermediates/blame/res/debug/single/anim.json
index 6b9debf..883b615 100644
--- a/app/build/intermediates/blame/res/debug/single/anim.json
+++ b/app/build/intermediates/blame/res/debug/single/anim.json
@@ -59,6 +59,10 @@
"merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_slide_in_top.xml",
"source": "C:\\Users\\Julian\\.android\\build-cache\\2232000db64551c7682d41127fbc27c912efcc3d\\output\\res\\anim\\abc_slide_in_top.xml"
},
+ {
+ "merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\pulse.xml",
+ "source": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\src\\main\\res\\anim\\pulse.xml"
+ },
{
"merged": "C:\\Users\\Julian\\AndroidStudioProjects\\EndlessRoll\\app\\build\\intermediates\\res\\merged\\debug\\anim\\abc_slide_in_bottom.xml",
"source": "C:\\Users\\Julian\\.android\\build-cache\\2232000db64551c7682d41127fbc27c912efcc3d\\output\\res\\anim\\abc_slide_in_bottom.xml"
diff --git a/app/build/intermediates/incremental/mergeDebugResources/merger.xml b/app/build/intermediates/incremental/mergeDebugResources/merger.xml
index 431f631..e8c762e 100644
--- a/app/build/intermediates/incremental/mergeDebugResources/merger.xml
+++ b/app/build/intermediates/incremental/mergeDebugResources/merger.xml
@@ -1361,4 +1361,4 @@
- 2
- 2
- 2
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/merged/debug/layout/message.xml b/app/build/intermediates/res/merged/debug/layout/message.xml
index a3bf584..46ce59a 100644
--- a/app/build/intermediates/res/merged/debug/layout/message.xml
+++ b/app/build/intermediates/res/merged/debug/layout/message.xml
@@ -12,52 +12,55 @@
android:layout_centerHorizontal="true"
android:textSize="55sp"/>
-
-
-
-
-
+ android:layout_centerHorizontal="true">
-
+
+
+
+
+
+ android:orientation="horizontal"
+ android:layout_below="@+id/message_title"
+ android:layout_centerHorizontal="true">
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/resources-debug.ap_ b/app/build/intermediates/res/resources-debug.ap_
index 42d0a77..f6bf57f 100644
Binary files a/app/build/intermediates/res/resources-debug.ap_ and b/app/build/intermediates/res/resources-debug.ap_ differ
diff --git a/app/build/intermediates/symbols/debug/R.txt b/app/build/intermediates/symbols/debug/R.txt
index 6c9f953..fb6b4dd 100644
--- a/app/build/intermediates/symbols/debug/R.txt
+++ b/app/build/intermediates/symbols/debug/R.txt
@@ -12,12 +12,13 @@ int anim countdown 0x7f05000a
int anim decrease 0x7f05000b
int anim fade_in 0x7f05000c
int anim fade_out 0x7f05000d
-int anim rotate 0x7f05000e
-int anim scale_up 0x7f05000f
-int anim shrink 0x7f050010
-int anim slide_in_left 0x7f050011
-int anim slide_in_right 0x7f050012
-int anim slide_in_top 0x7f050013
+int anim pulse 0x7f05000e
+int anim rotate 0x7f05000f
+int anim scale_up 0x7f050010
+int anim shrink 0x7f050011
+int anim slide_in_left 0x7f050012
+int anim slide_in_right 0x7f050013
+int anim slide_in_top 0x7f050014
int attr actionBarDivider 0x7f010063
int attr actionBarItemBackground 0x7f010064
int attr actionBarPopupTheme 0x7f01005d
@@ -601,11 +602,11 @@ int id linearLayout4 0x7f0d009c
int id listMode 0x7f0d0009
int id list_item 0x7f0d0028
int id media_actions 0x7f0d006f
-int id message_exitbutton 0x7f0d0069
-int id message_nextlevelbutton 0x7f0d0068
-int id message_restartbutton 0x7f0d006a
+int id message_next_level 0x7f0d006b
+int id message_restart 0x7f0d006a
int id message_title 0x7f0d0067
-int id message_toolshopbutton 0x7f0d006b
+int id message_to_menu 0x7f0d0069
+int id message_tools 0x7f0d0068
int id middle 0x7f0d001a
int id multiply 0x7f0d0013
int id never 0x7f0d001e
diff --git a/app/src/main/res/anim/pulse.xml b/app/src/main/res/anim/pulse.xml
new file mode 100644
index 0000000..580f51e
--- /dev/null
+++ b/app/src/main/res/anim/pulse.xml
@@ -0,0 +1,13 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/message.xml b/app/src/main/res/layout/message.xml
index a3bf584..46ce59a 100644
--- a/app/src/main/res/layout/message.xml
+++ b/app/src/main/res/layout/message.xml
@@ -12,52 +12,55 @@
android:layout_centerHorizontal="true"
android:textSize="55sp"/>
-
-
-
-
-
+ android:layout_centerHorizontal="true">
-
+
+
+
+
+
+ android:orientation="horizontal"
+ android:layout_below="@+id/message_title"
+ android:layout_centerHorizontal="true">
+
+
+
+
+
\ No newline at end of file