diff --git a/mobile/com.sap.sailing.racecommittee.app/res/animator/button_elevation.xml b/mobile/com.sap.sailing.racecommittee.app/res/animator/button_elevation.xml
new file mode 100644
index 00000000000..c0de4ed8d48
--- /dev/null
+++ b/mobile/com.sap.sailing.racecommittee.app/res/animator/button_elevation.xml
@@ -0,0 +1,21 @@
+
+
+ -
+
+
+ -
+
+
+
diff --git a/mobile/com.sap.sailing.racecommittee.app/res/drawable/ic_check_black_24dp.xml b/mobile/com.sap.sailing.racecommittee.app/res/drawable/ic_check_black_24dp.xml
new file mode 100644
index 00000000000..1d3d920b851
--- /dev/null
+++ b/mobile/com.sap.sailing.racecommittee.app/res/drawable/ic_check_black_24dp.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/mobile/com.sap.sailing.racecommittee.app/res/drawable/ic_check_white_24dp.xml b/mobile/com.sap.sailing.racecommittee.app/res/drawable/ic_check_white_24dp.xml
new file mode 100644
index 00000000000..f672338b095
--- /dev/null
+++ b/mobile/com.sap.sailing.racecommittee.app/res/drawable/ic_check_white_24dp.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/mobile/com.sap.sailing.racecommittee.app/res/layout/race_penalty_button_bar_normal.xml b/mobile/com.sap.sailing.racecommittee.app/res/layout/race_penalty_button_bar_normal.xml
index 611cdef6769..85bfc264126 100644
--- a/mobile/com.sap.sailing.racecommittee.app/res/layout/race_penalty_button_bar_normal.xml
+++ b/mobile/com.sap.sailing.racecommittee.app/res/layout/race_penalty_button_bar_normal.xml
@@ -10,21 +10,35 @@
android:layout_marginRight="8dp"
android:orientation="horizontal">
-
+
+
+ android:clipToPadding="false"
+ android:src="?attr/check_24dp_invert"
+ android:stateListAnimator="@animator/button_elevation" />
\ No newline at end of file
diff --git a/mobile/com.sap.sailing.racecommittee.app/res/layout/race_penalty_button_bar_xlarge.xml b/mobile/com.sap.sailing.racecommittee.app/res/layout/race_penalty_button_bar_xlarge.xml
index bc760d457e7..2636f7c44e4 100644
--- a/mobile/com.sap.sailing.racecommittee.app/res/layout/race_penalty_button_bar_xlarge.xml
+++ b/mobile/com.sap.sailing.racecommittee.app/res/layout/race_penalty_button_bar_xlarge.xml
@@ -36,7 +36,7 @@
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:layout_weight="1"
- android:text="Apply" />
+ android:text="@string/apply_button" />